What are the different file extensions that are created by
Oracle ?
Answer Posted / chandan
SQL*Plus files
.sql - scripting language
PL/SQL files
.pls - PL/SQL source
.plb - PL/SQL binary
.pks - Package source or package specification
.pkb - Package binary or package body
.pck - Combined package specification plus body
Oracle database files
.dbf - database file
.log - Redo Log
.arc - Archive log
SQL*Net files
.ora -
tnsnames.ora
sqlnet.ora
SQL*Loader files
.ctl - Control file
.dat - Data file
.bad - Bad file
.dsc - Discard file
Forms files
.fmb - Forms binary
.fmt - Forms text
.fmx - Forms executable
Reports files
.rdf
.rep
.rex
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are codd rules?
What is data model and types?
What is atomicity in dbms?
What is a field in database?
List few ways to code transactions in an efficient manner?
What is the importance of database in an organization?
What are the three levels of data abstraction?
How to monitor firebird server activity?
Define weak entity set.
What are the disadvantage in file processing system?
Where is database stored?
What is blob database?
How many number of columns can a RECORD GROUP have ?
What is the meaning of flat file database?
Explain about cursors?