Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7050569
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:09:34+00:00 2026-05-28T03:09:34+00:00

How do you export a result from an ORACLE database to a excel or

  • 0

How do you export a result from an ORACLE database to a excel or txt with only scripting?

for instance like

export to c:\file.xls
select * from table1

or something like that?

Best regards!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:09:35+00:00Added an answer on May 28, 2026 at 3:09 am

    You might want to do it from within Excels VBA

    Sub DisplayDBATables()
    
      Dim cn As ADODB.Connection
      Dim rs As ADODB.Recordset
    
      Set cn = New ADODB.Connection
      Set rs = New ADODB.Recordset
    
      cn.Open ( _
        "User ID=rene"        & _
        ";Password=my_secret" & _
        ";Data Source=XE"     & _
        ";Provider=MSDAORA.1" )
    
      rs.Open "select * from dba_tables", cn
    
      Cells(1, 1).CopyFromRecordset rs
    
    End Sub
    

    MSDN says Copies the contents of an ADO or DAO Recordset object onto a worksheet, beginning at the upper-left corner of the specified range. If the Recordset object contains fields with OLE objects in them, this method fails.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to export a ad hoc Select query result sets from SQL
I have result string date xml export from database like 2011-06-27T14:03:19.5300000+07:00. How to Convert
I export an Excel document with DisplayTag. It saves as a .xls file to
I am importing some data from an file (xls, csv, xml) wich will result
I want to export query result in csv file. I used query select *
Is there any way by which we can export the result of a select
The web application I'm currently developing supports CSV export from (using SELECT INTO OUTFILE)
I'm trying to export tables from foxpro to excel, But it didn't export all
I want to save some specific records from a database to a file, thus:
I am trying to export result of query to a text file using outfile

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.