I have a database backup file in .db (ext) form how to
conver it into .dmp (ext.) for oracle database
No Answer is Posted For this Question
Be the First to Post Answer
Explain the types of exception?
How are extents allocated to a segment?
How to delete a column in an existing table?
What is ceil and floor in oracle?
Is a rollback possible to any savepoint?
What is the best way to do multi-row insert in oracle?
how to select alphabets in a one column , for this the table name is PA_TASKS and column name is TASK_NUMBER, In TASK_NUMBER the data like this 1.1.3NN,1.1.4NN,1.5.1NN,1.3.2NE,1.5NN,1NN,1.2NE,1CE , For this i need to disply output as only NN,but not other alphabets, if NN is thre means i should display , otherwise leave that blank or empty Its some urgent requirement ,thanks in advance
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?
What is a sub query and what are the different types of subqueries?
How many types of cluster table in Oracle?
I want a table like, no name address addr1 addr2 So i want columns like addr1,addr2 under address column. Can one please answer me. Advance Thanks.
Explain database link?