If you're unsure in which script a sys or system-owned
object is created, but you know it's in a script from a
specific directory, what UNIX command from that directory
structure can you run to find your answer?
Answer Posted / qwerty
grep -i object *
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the benefits of flashback feature?
Can you tell me about your experience with the administration of COTS system..? Also, how do you set up seed data..?
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
How do you trace the traffic hitting a sql server? : sql server DBA
what is logical system in sap basis
how does an oracle clusterware manage crs resources?
What are the different ways you can create databases in sql server? : sql server DBA
You have found corruption in a tablespace that contains static tables that are part of a database that is in NOARCHIVE log mode. How would you restore the tablespace without losing new data in the other tablespaces?
What are the recovery models for a database? : sql server DBA
What authentication modes does sql server support? : sql server DBA
What is a correlated sub-query? : sql server DBA
What is the difference between clustered and non-clustered index? : sql server DBA
What purpose does the model database server? : sql server DBA
How would you extract DDL of a table without using a GUI tool?