Group Listing of Commands

Database Server Setup Commands

oralogon

Log on to Oracle server.

oraopen

Open an SQL cursor to a server.

oraclose

Close an SQL cursor to a server.

oralogoff

Log off from Oracle server.

Data Manipulation Commands

oraautocom

Enable/disable autocommit of SQL statements.

orabindexec

Execute a previously parsed SQL statement, optionally binding to variables.

orabreak

Interrupt an executing SQL statement.

oracancel

Cancel pending SQL commands.

oracols

Return column names from last orasql or oraplexec command.

oracommit

Commit pending transactions.

orafetch

Return next row from last SQL statement executed.

oraplexec

Execute an anonymous PL/SQL block.

orapoll

Poll for data during asynchronous execution.

oraroll

Roll back pending transactions.

orasql

Send SQL statements to server.

orareadlong

Return LONG or LONG RAW column data and write to file.

orawritelong

Write file contents to a LONG or LONG RAW column.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset