What do you mean by spliting? Explain with example
How to set unused column back to normal column?
Latest Answer: It is not possible. It is a DDL command. ...
How to insert a picture or sound clipping in Oracle Database?
Latest Answer: Use blob datatype to insert image/picture into Oracle database. ...
How to update base table (data dictionary) automatically in every 5 sec or 5 min?
Latest Answer: Provide clear scenerio what you want to achieve with example ...
How to migrate from Oracle to Teradata?
What is the query to get meta and meta-meta data?
Latest Answer: Every query is sort of query for metadata.select * from emp;Metadata for employee isn't it. ...
How two databases can be interoperabled?
Latest Answer: What do you want to achieve through this. Be specific. ...
How to disable print option from the report preview?
Latest Answer: While calling the report, Add a parameter 'DISABLEPRINT' and set its value to 'NO'. Also note that you can also disable email button by doing the same with 'DISABLEMAIL' parameter.Hope that answers your question! ...
How to combine two separate table into one?
Latest Answer: Union ...
What is Data Adapter in Oracle?
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top