What is the difference between alert log file and tarce
file ?
No Answer is Posted For this Question
Be the First to Post Answer
How to use existing values in update statements using oracle?
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.
How to retrieve 5th highest sal from emp table?
How to define a sub function?
What privilege is needed for a user to delete rows from tables in another schema?
How to convert raw data type into text in oracle? Explain
How can return max date row A b c d e 1 2 1-mar-09 5 10 1 2 10-mar-09 5 10 Only using oracle predefined function. Not user defined. Output:-- A b c d e 1 2 10-mar-09 5 10
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
What are the components of Physical database structure of Oracle Database?
i have executed the Delete command after the I have created table whether deletions will be commit or not? if table is successfully created?
why you need store procedure ? where do we use it in a Java project? can you get the code for as store procedure using in Java?
Please explan Why static query is more faster than dynamic query ?