Oracle is an RDBMS product.
Am I correct in understanding that CREATE OR REPLACE basically means "if the object exists, drop it, then create it …
oracle oracle10g ddlI am creating a table like create table tablename as select * for table2 I am getting the error ORA-01652 Unable …
oracle10g tablespaceI am getting the error : ORA-28000: the account is locked Is this a DB Issue? When I unlock user account …
oracle oracle11g oracle10gI'm trying to check if a value from a column in an oracle (10g) query is a number in order …
oracle plsql oracle10gWhat is the query to find the no. of current open cursors in an Oracle Instance? Also, what is the …
oracle oracle10g cursorThe following query: select cdate from rprt where cdate <= TO_CHAR(sysdate, 'YYYY/MM/DD-HH24-MI-SS-SSSSS') and ryg='R' …
sql oracle10g database-administrationI need some pointers on how to diagnose and fix this problem. I don't know if this is a simple …
oracle memory-management oracle10g