Oracle General (1809)
Oracle DBA (Database Administration) (261)
Oracle Call Interface (OCI) (10)
Oracle Architecture (90)
Oracle Security (38)
Oracle Forms Reports (510)
Oracle Data Integrator (ODI) (120)
Oracle ETL (15)
Oracle RAC (93)
Oracle D2K (72)
Oracle AllOther (241) A Table has 10,000 records,How can i get latest 10 dates from the table.so that i can only store those 10 records in to my Resultset Object,to reduce load on my app?
TCS,
7 11325Define the terms primary key foreign key and also the difference between primary and the unique key
2 11098i have a table and it has constraints and i want to get "ALTER TABLE table_name ADD CONSTRAINT constraint_name constraint type" this code must be in string type please help me if you want, i can give more explainings
2 4771i must get table name, constraint type, constrain name with using concads "||" and it must be in string type, then with join processes i need code please help immidiately
1 4383ex. one table is having 1 column with 10 records , then how to display all the values in row wise ?
4 7742How to transfer database(500 gb) of oracle enterprise edition to standard edition downtime is only 1 hour not using exp/imp option ?
3 7439SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me
TCS,
6 14116
What is the difference between sharding and replication?
candidate key is subset of super key but not vice-verse explain
Were you involved in any data conversion, which one?
How to delete an existing row from a table in oracle?
What is a synonym? What are its various types?
How to define an external table with a text file?
Where can you get a list of all initialization parameters for your instance? How about an indication if they are default settings or have been changed?
What is a nested table and how is it different from a normal table?
how report can be generated if we have the database designed in oracle 10g?
Explain the oracle real application clusters architecture?
What is explain plan and how is it used?
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
What is BBED in Oracle?
What do the 9i dbms_standard.sql_txt() and dbms_standard.sql_text() procedures do?
Explain what are clusters?