Will you be able to store pictures in the database?
No Answer is Posted For this Question
Be the First to Post Answer
How can we force the database to use the user specified rollback segment?
What are Clusters ?
Can we commit inside a function in oracle?
1) What is ONE_SIZE_FITS_ALL approach? 2) Explain the Common & Variable Header of DATA FILE? 3) What are the Drawbacks to using OMF DB? and the Advantages? 4) List out the Advantages of Undo T.spaces over the Undo SEGMENT? 5) Difference between the Temporary tablespace with TEMPFILE and the Tablespace with TEMPORARY Keyword? 6) What are the situation extents are freeing for reuse.
What are virtual columns?
Explain table?
what is the syntax of DROP command?
How to pass a parameter to a cursor in oracle?
How to resolve name conflicts between variables and columns?
What is the difference between translate and replace?
How index is implemented in oracle database?
I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?