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: By using UNION SET operator we can combine the two seperate tables. ...
What is Data Adapter in Oracle?
What is Cluster Index in Oracle?
How to register forms in oracle application 11i?
View page << Previous 1 [2] 3 4 5 6 7 8 9 10 Next >>

Go Top