Explain the types of exception?
No Answer is Posted For this Question
Be the First to Post Answer
Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table
How to select some columns from a table in oracle?
How to login to the server without an instance?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
From the database level, how can you tell under which time zone a database is operating?
How are extents allocated to a segment?
What is the usage of synonyms?
can anyone help me ? an index has been done on the primary key of a table. an update operation was performed on that table. now my question is 1> what abt the performance ? means faster or slower due to indexing ? 2> does the operation affect to the primary key constraint ?
How to recover a dropped table in oracle?
Please explain compound trigger in oracle?
select trunc(round(156.00,-1),-1) from dual;
How to create a new table in your schema?