comparison docs/source/capabilities.rst @ 373:2fd766784ff2

semi-automate documentation upload
author catherine@DellZilla
date Tue, 11 Aug 2009 10:14:27 -0400
parents 3efffbf7481f
children e89db2eaa0b4
comparison
equal deleted inserted replaced
372:832ec6607b22 373:2fd766784ff2
475 Reports session info for the given sid, extended to RAC with gv$ 475 Reports session info for the given sid, extended to RAC with gv$
476 476
477 top, top9i 477 top, top9i
478 Displays active sessions 478 Displays active sessions
479 479
480 480 BLOB display
481 481 ============
482 482
483 483 (Oracle only, for now)
484
485 When a SELECT query returns BLOB columns, most SQL tools simply cannot
486 display the results. Sqlpython, however, will create
487 a local file for each BLOB returned (up to the parameter `bloblimit`),
488 and return the filepaths of the new files in the query results. In a
489 tool like the GNOME terminal, these filepaths work as right-clickable
490 links that can open the files.
491
492 When the \\h terminator is used to generate HTML table output, if the
493 BLOBs are images, they will be embedded as images in the generated
494 table.
495
496
497
498