I need to pass this value to my sql file cause I am executing then a where condition with a IN. For instance : Delete FROM table WHERE col IN (\'index1\',\'index2\',\'index3\')
In Oracle\'s SQL*Plus, the results of a SELECT are displayed in a tabular manner. Is there a way to display a row in a key-value manner (like MySQL\'s \\G option)?
I use the Oracle wallet to store passwords for the databases I connect to.Our password policy requires us to change our passwords frequently enough that I would like to script the changes.I have a bat
I am using SQLPLUS to spool data out to a file, but not all of the data is being returned? I am using the dbms_metadata.get_ddl function and it is only returning part of the table definition to the fi
I want to generate a whole lot of SQL*Plus scripts by querying the data dictionary, but I\'m hitting some problems and suspect I\'m missing something obvious.
i am trying to insert some rows 开发者_如何学编程and update some rows inside a pl/sqlloop. howeverall i get to see is the pl/sql procedure is successfully completed.
Like the title says, in oracle you can issue the following command in SQL*Plus: SQL> select something from anothertable; #sql
I want to set the environment var开发者_运维技巧iable long based on the size of the XML data I\'m trying to retrieve. The idea is something like this:
This one has me rather confused. I\'ve written a query which runs fine from my development client but fails on the production client with error \"ORA-01652: unable to extend temp segment by....\". In
I have the following table: SQL> desc recording NameNull?Type -------------------- -------- ------ CAPTUREIDNOT NULL NUMBER(9)