What is a initialization parameter file in oracle?
No Answer is Posted For this Question
Be the First to Post Answer
Assuming today is Monday, how would you use the DBMS_JOB package to schedule the execution of a given procedure owned by SCOTT to start Wednesday at 9AM and to run subsequently every other day at 2AM.
types of indexes and the rationale behind choosing a particular index for a situation.
How do I find the database name in oracle?
What are the Limitations of a CHECK Constraint ?
Does oracle charge for java?
18. Display the clientno and total value for all orders placed by that client. Output the result in the following format: Client <clientno> has placed orders to the value of <total value>
how to retrieve data from different tables ,place this data in different excel worksheets.
How to execute a stored program unit?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
How to count duplicated values in a column in oracle?
What is Row Chaining ?
how 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 ........