How to export data with a field delimiter?



How to export data with a field delimiter?..

Answer / Satendra Pratap Singh

To export data from Oracle with a specific field delimiter, you can use the 'export' utility. For example, to export a table named 'mytable' with comma-separated values (CSV), you would run:nn$ exp mytable/mypassword@mydatabase file=mytable.csv fields=wnReplace 'mypassword' and 'mydatabase' with your actual password and database name. The 'fields=w' option specifies CSV format.n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What are the different types of databases?

1 Answers  


What is Redo Log Buffer in Oracle?

1 Answers   MCN Solutions,


t1 col1 col2 nishi 5000 lucky 6700 akash 7000 i want that a query that when i insert 7000 it will show me data already present and data will not insert. if data is not present it will insert.

2 Answers   MasterCard,


what is the syntax of CREATE command?

8 Answers  


What is a Segment ?

1 Answers  


Where are the settings stored for each instance in oracle?

1 Answers  


How to create an oracle testing table?

1 Answers  


How to get a create statement for an existing table?

1 Answers  


Define 'view' advantage ?

2 Answers   AZTEC, TCS,


What is SGA ? How it is different from Ver 6.0 and Ver 7.0 ?

1 Answers   TCS,


What are a cluster and non-cluster index?

1 Answers  


How to initialize variables with default values?

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)