Can we commit inside a function in oracle?
Answer / Rajdeep Kumar
No, Oracle does not allow commits within functions. Transactions are implicitly committed when a function returns, unless the function is defined as a stored procedure with the attribute 'autocommit off'.
| Is This Answer Correct ? | 0 Yes | 0 No |
What the is the diff between local index and global index. give some example.
What is an oracle user role?
What is the string concatenation operator in oracle?
What is the difference between translate and replace?
What is merge statement used for?
How to see free space of each tablespace?
Without giving condition how to retrieve the unmatched records from table.
How to change program global area (pga) in oracle?
How do you find current date and time in oracle?
Please explan Why static query is more faster than dynamic query ?
How do I manually create a database in oracle?
Explain about achiever in sql?