Differentiate between post-database commit and post-form commit?



Differentiate between post-database commit and post-form commit?..

Answer / Abhishek Kumar Jain

"Post-Database Commit (PDBCOMMIT) and Post-Form Commit (PFCLOB) are both options in the exp command, but they differ in their functionality:
1. PDBCOMMIT: It is used to handle transactions at the database level. When this option is specified, each export file corresponds to a single transaction.
2. PFCLOB: It is used to handle Large Objects (LOBs) and Long RAW objects during the export process."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

how to make an oracle object

1 Answers  


Can group functions be mixed with non-group selection fields?

1 Answers  


Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.

3 Answers  


How to fetch the row which has the max value for a column?

1 Answers  


How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?

1 Answers  


How to specify default values in insert statement using oracle?

1 Answers  


What are the different types of modules in oracle forms?

1 Answers  


What is a Schema ?

6 Answers  


What is a Redo Log ?

3 Answers  


Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3

3 Answers  


How to insert a new row into a table in oracle?

1 Answers  


How to use windows user to connect to the server?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)