How to run create database statement?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of composite key constraint?
How to convert a string to a date in oracle database?
How to add a new column to an existing table in oracle?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
How to convert csv to table in oracle?
What is the fastest query method to fetch data from the table?
What is Partitions in Table ?
Can a parameter be passed to a cursor?
How do I use unicode codesets with the weblogic jdriver for oracle driver?
What is a tns file?
There are n numbers of flatfile of exactly same format are placed in a folder.Can we load these flatfile's data one by one to a single relational table by a single session??