What happens to the current transaction if the session is killed?
No Answer is Posted For this Question
Be the First to Post Answer
How to update values on multiple rows in oracle?
What is the minimum client footprint required to connect c# to an oracle database?
What is an Extent ?
How to establish administrator authentication to the server?
Explain the use of compress option in exp command.
How do I find my oracle client driver version?
How to create a stored program unit?
What is a dynamic performance view in oracle?
How to connect to oracle using service name instead of sid?
What are the differences between char and varchar2 in oracle?
I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.
How to use attributes of the implicit cursor in oracle?