What are the different file extensions that are created by
Oracle ?
Answers were Sorted based on User's Feedback
Answer / 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 |
What are records and fields in a database?
Discuss transparent DBMS?
What is management system in dbms?
What is database url?
What are the main differences between primary key and unique key?
What is equi-join?
What do you understand by ‘atomicity’ and ‘aggregation’?
How is view stored in database?
What is a field in database?
Should database table names be capitalized?
When do you get a .PLL extension ?
In which format data is stored in database?