-
Oracle Synonym
What is a Synonym in Oracle?
-
-
Identify Instance Name
How we identify instance name, free space, used space in database & datafile that makes up the system tablespace?
-
Application of cursors in applications specifically
dynamic cursors are used in airline reservation system as changes made must be reflected in result set as most updated information is required for booking.
can anyone tell me the exact use of static cursor where most update changes are not required? in which application system it is useful?
-
Compund Triggers
Explain the concept of compond triggers
-
-
-
-
Result of Max(sysdate) - Min(sysdate)
I have some confusion about this question, Max(sysdate) - Min(sysdate) i think the answer is zero but give some detail description about this.....!
-
What is the difference between ROUND and TRUNC function in SQL? ">
What is the difference between ROUND and TRUNC function in SQL?
Both TRUC and ROUND are single value functions.
TRUNC:
TRUNC function truncates that is in other words cuts off to the digits specified.
The general syntax of TRUNC function is:
TRUNC(number, precision);
For instance:
Suppose the value of salary in employee table for ename= ’Exforsys’ is 55.666
Then
Select... -
-
-
SCN and Log Sequence Number
What are the differences and similarities (if any) between SCN and and Log Sequence Number?
-
-
Import MS-Access Tables
How to import tables from MS-Access to Oracle?
-
-
-
Is (DDL) Data Manipulation Language statements Autocommit?
No. Only the DDL(Data Definition Language )statements like create,alter,drop,truncate are auto commit.But the DML statements are should be saved by giving the commit statement after execute the query
-
-
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