What is a database schema in oracle?
when loggined as SYSTEM,how to display all the users of database using sql query?
How can windows applications connect to oracle servers?
How to manage transaction isolation level?
What is Segment Advisor in Oracle?
Can we create index on views?
19 Answers CTS, Syntel, TCS,
What is oracle datasource?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
How to start an oracle instance?
What is transaction control statement and how many types of transaction control statement in Oracle?
Give the constructs of a package, function or a procedure.
Can a field be used in a report without it appearing in any data group ?
How do you get nicely formatted results from an oracle procedure that returns a reference cursor?