What is the difference between the conventional and direct path loader? : aql loader
Answer / Saurabh Kumar
The main difference between the conventional and direct path loaders lies in the method of writing data to the database. The conventional path writes data into temporary tables, which are then inserted into the target table(s). In contrast, the direct path writes data directly into the target table(s), bypassing the temporary tables, leading to faster loading times but with a higher risk of data corruption.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between 'between' & 'and' operators in sql
what is try_catch block in procedure
Does sql full backup truncate logs?
What are the most important ddl statements in sql?
What operators deal with null?
Can we write create command in the plsql block?if possible how?
What kind of join is join?
ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.
What is cursor in pl sql with examples?
How can we optimize a sql query?
What is an Exception ? What are types of Exception ?
What are the most important characteristics of pl/sql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)