how to set linesize, pagesize pe开发者_运维知识库rmanently in oracle 10g?Is this for SQL*Plus? If so, these instructions will work:
We have the following batch script: ( echo @release.sql echo exit ) | sqlplus x/y@orcl if %errorlevel% gtr 1开发者_Go百科 goto dberror
My requirement is to store the result of an sqlplus operation into a variable in my shell script. I need the result of the following operation which is in my .sh file
Basically, I\'d like to open a pipe to sqlplus using Perl, sending a query and then getting back the information from the query.
I want to execute a simple function in Oracle. The signature is de开发者_运维问答fined as follows:
It seems SQLPLUS shows nulls and empty strings for CLOBs in a way that I wasn\'t expecting. Try the following in SQLPLUS (I\'m using Oracle 10g Server). Create a table with a CLOB, and insert null, e
I\'m facing an issue with an interface script, supposed to export the content of some table of an ORACLE database into CSV file, which is then followed by an import of those CSV into a MYSQL database.
How do i run the below query inside sql > prompt in Oracle 11g R2 SE CREATE TRIGGER \"ICD\".TR_DEL_SYSTEMALERTCFG_CSTLVL
I use Oracle sqlplus \"set markup html on\" to quickly convert query output into HTML report - It\'s very simlpe way to publish database report online.
I was wondering if this could be done without the COLUMN FORMAT. Current example: TABLESPACE_NAMEBIG DATAFILE_NAME