Latest Answer: you want to starting up a database by using STARTUP command....SQL>STARTUPto start instance, database must read the intialization parameter from either a server parameter file(SPFILE)or a traditional text intialization parameter file.When you ...
Latest Answer: Often the word "lock" is synonymous to enqueue. In this document, "enqueue" will be used for the locking mechanism that you can find in V$LOCK. "locking" will be used when talking about requesting an enqueue, waiting on an ...
When a user comes to you and asks that a particular SQL query is taking more time. How will you solve this?
Latest Answer: Try using substitution variable likeDROP TABLE &table_name ...
Latest Answer: snapshots can't upated. While MV can be updated contantley. ...
Latest Answer: You can set primary key on table upto 16 columns of table in oracle 9i and 10g ...
Latest Answer: And.. I think, the question is about Data Migration - something related to migrating data between different databases.I have done using different tools like Data Junction, Informatica, even PL/SQL and SQL Loader. ...
Latest Answer: select sum ( bytes) from dba_data_files ;select sum(bytes) from v$log;select sum ( bytes ) from dba_temp_files ;Total sum of all the three will give the database size . ...
Oracle DBA Questionswhat happen when we kill smon,what happen when we kill pmonwhat is fracture block and how to fix itwhat is corrupted block and how to fix itwhat are the oracle threads are going to start ,when we start the databasehow to check index is working properly ,what are the steps to be taken andon what basis we have to decide particular index has to rebuild not all indexeswhat steps to be taken if receive a call that performance has gone down as dba what steps has be takenWhat possible
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top