Oracle is a relational database management system (RDBMS) product.
I want to create a batch file which will open the SQLPLUS [CLI] and will execute some stored sql file …
batch-file sqlplus oracle9iSometimes my Oracle database on Windows gets hosed. How do I do a manual uninstall of Oracle?
database oracle oracle10g uninstallation oracle9iWhen I try connecting to my database, I get the following error. ORA-00257:archiver error. Connect internal only until freed. …
oracle oracle9i ora-00257SELECT YEAR, period, round((1- sum(rej_qty) / sum(recd_qty))*100, 0) FROM TAB_A WHERE sid = '200' AND sdid …
sql oracle9i divide-by-zeroguys. Here's a simple sample two-dimensional array in PL/SQL, which is working perfectly. declare type a is table of …
arrays oracle plsql multidimensional-array oracle9iHow can I use IN OUT parameter in a procedure. I want to give a parameter as both input and …
plsql oracle9iI have the following string in an Oracle 9i database: A,B,C, I need to replace all instances of …
replace sql-update oracle9i substr