Oracle General (1803)
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) i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
3053plz explain when we are using pre-query,post-query,pre-insert and post-insert?plz explain with one example
2 16052You have one employee table having 3 entries emp_id, Mgr_id and salary. Mgr_id is also referencing emp_id. so now find out the emp_id which are having the second highest salary, under a particular manager.
3 8878I'm doing my final year and i ve planned to do an oracle certification , is this the rit tim nd wat's the future scope??
1 3524how can get like this result table A col1 col2 --- ----- a A b B C C .. .. .. ... .. ... wants result like for a single column col1 ------ a,b,c,........n of data and another is col1 ------- A B C D ........ a b b d ........
TCS,
2 5152you are sorting a table using "order by"(descending) clause of a column which contains a null value...whether that row containing null value will come first or last in the output??
2 5953Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
2312
What is primefaces used for?
Why we use bulk collect in oracle?
What are a query and state the different types of queries and their uses?
What is the Tune Query
What is connection pooling in oracle?
Explain the use of full option in exp command.
How to calculate the approximate size of the SGA based on the size of the block,shared_pool,redo_buffer_cache and db_buffer_cache?
How to invoke the data pump export utility?
What do you understand by redo log file mirroring?
Explain procedure to change characterset of a database.
How to do clean up if create database failed?
What privilege is needed for a user to delete rows from tables in another schema?
Is insert autocommit in oracle?
How to unlock the sample user account in oracle?
Explain mutating triggers.