How would you determine who has added a row to a table?
Answer Posted / guest
we have to audit that particular table
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
Provide an example of a shell script which logs into SQLPLUS as SYS, determines the current date, changes the date format to include minutes & seconds, issues a drop table command, displays the date again, and finally exits.
What is a system database and what is a user database? : sql server DBA
Why does Oracle not permit the use of PCTUSED with indexes?
how can you communicate with operating system files from oracle?
Explain materialized views and how they are used.
I got an error SQL1042C. An unexpected system error occurred. Explanation: A system error occurred. One possible reason for this error is that the database manager is not installed correctly or the environment is not set up correctly. On OS/2, while trying to start the database manager, a very common reason for this error is a corrupted NET.ACC file. The command cannot be processed. The tables and views would not be opened. What is the way to open the dataase? pls help me
What are the different types of indexes available in sql server? : sql server DBA
What authentication modes does sql server support? : sql server DBA
how can you record information about current session?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
What would you do with an "in-doubt" distributed transaction?
I have A,B,C servers.i want to 3 servers jobs move to D server(target server)..how? note: i said that take the backup of msdb and restore to the target server..he said while restoring jobs replaced. what is the solution
I have kept recovery catalog on same target database and taken backup of target DB to disk. deleted the target DB & tried to restore and revoer DB using the backup on disk but it is not possible, how do we restore & recover DB
How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?