how to convert .db (extention) database file into .dmp
(extention ) for oracle database ?
No Answer is Posted For this Question
Be the First to Post Answer
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.
Differnce between view and index
How to use windows user to connect to the server?
What is the fastest query method to fetch data from the table?
What is backup in Oracle?
How do we create privileges in oracle?
9. Display the client name and order date for all orders using the JOIN . . . USING method.
How would you begin to troubleshoot an ORA-3113 error?
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
How to drop a stored function?
what is index?
How to pass a cursor variable to a procedure?