How do you send the output of your SQL* Plus session to a text operating system file
Latest Answer: well you want to see the output ina text file............this can be done by spooling the data;for example..you want to see the output of the details of all employees:do the following steps:spool c:satya.txt/select * from emp/spool off;now you can ...
How to call/run a report inside another report ?
WHat is Composite Primary Key?
Latest Answer: Composite primary key used for multiple fields joined together to identify a records in a table. We can use maximum 16 columns for a composite primary key. ...
How to import tables from MS-Access to Oracle?
Latest Answer: This might help someone if need to get table into Oracle from MS Access table.Option-1 - Use MS Access (2003) Export 1. Oracle Client and Oracle ODBC driver should be installed on your PC.2. In ODBC Admin, create System DSN or File DSN for your Oracle ...
How to drag a field from one position to another during runtime in forms 6i?
How to solve the database block corruption error? even index also validated and recreated and don't have any backup.
Latest Answer: By using DBMS_REPAIR ...
What is No Cache in Sequence?
Latest Answer: Hi friendsCache is memory allocated to generate numbers in sequencemaximum size of cache is 20okkkkkkkkkk ...
Why do we disable primary key before exporting? Give Reason
How is set theory linked to DBMS (Union, intersection, minus, logical)
What is Subscription module in telecom billing project ?
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top