SQL*Plus is a command-line interface for the Oracle RDBMS product.
I am using Oracle 10g Express Edition on Fedora core 5 32+ bit os. The problem is when I use the SQL …
linux sqlplusI tried to set the dbms_output size to unlimited inside a stored procedure. But it gave me compilation errors. …
oracle plsql oracle10g sqlplus dbms-outputI want to hide the "SQL> @test.sql" and "SQL> spool off" in the file test.txt(spool …
oracle sqlplus spoolWhy does execute immediate 'truncate table trade_economics'; in a sqlplus script give the following error ? BEGIN immediate 'truncate table …
sqlplus truncate execute-immediateI m doing an export using SQL*Plus using the following code: Set echo off Set verify off Set feedback …
sql oracle formatting sqlplus spoolIs there a way to set default value of paramter in sqlplus script without user input? For example, I have …
oracle sqlplus