-
Dynamic SGA
What is Dynamic SGA?What is the advantage of Dynamic SGA?
-
Dictionary Management Tablespaces
How will you change the local management tablespaces into dictionary management tablespaces?
-
Change LOV Dynamically
What is POST in D2K.How can you change the LOV Dynamically?
-
Sequence and Indexes
When do we will go for Sequence and when go for Indexes. What is the difference between Sequence and Indexes.
-
Base Table Update
How to update base table (data dictionary) automatically in every 5 sec or 5 min?
-
Oracle Inventory
Where is Oracle Inventory located in Oracle 10g and 11i ?
-
Exceptions
What do yo mean by exceptions? How many type of predefined exceptions are there & What are they?
-
-
Show Busy Cursor
How to show the cursor is busy when any process is going on in Oracle Forms 6i?
-
Stored Procedure Debugging
How to debug stored procedure in Oracle?
-
Passing Record Group from Form to Report in D2k
How to run same report with different query through parameter
-
Compare Duplicate Tables
How to avoid Cartesian product comparing duplicate tables in SQL?
-
Convert Report to Text File
How to convert Oracle Report into text or doc file?
-
Locking a User from performing DML Operation
Which command is used for locking a user from performing DML Operation?
-
MassAllocation Jouranl Entry
How to "reverse" a MassAllocation Journal Entry in Oracle?
-
Oracle Doc Command
What is the meaning of 'doc' command in oracle ? What are the use of it?
-
Catch The Error
SQL>DECLARE 2 dayofweek VARCHAR2(200); 3 BEGIN 4 SELECT TO_CHAR(sysdate,'Day') INTO dayofweek FROM DUAL ; 5 6 IF dayofweek = 'Tuesday' 7 THEN 8 DBMS_OUTPUT.PUT_LINE('Aloha!!! Today Is Tuesday'); 9 ELSE 10 DBMS_OUTPUT.PUT_LINE('Today is '||to_char(sysdate,'Day')); 11 END IF; 12 END; 13 /Today is TuesdayPL/SQL procedure successfully completed.SQL>What's...
-
Data Integrity
How does Oracle guarantee data integrity?
-
Send SQL* Plus session output to text file
How do you send the output of your SQL* Plus session to a text operating system file
-
How to write query for getting non numeric values
hii i have a emp table .empno stores all the numeric valuesand accidentally i have added some values with combination of alphabets and special charactersnow i need a query which will return all the records which is having alphabets and characters in their value.assume tht table has records in lakhs.Please answer this questionthankx in advancesreekanth
Oracle Basics Interview Questions
Ans