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

  • SEARCH
  • Home
  • 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 8872583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:15:15+00:00 2026-06-14T18:15:15+00:00

The situation is : I want to export table to XML file locally on

  • 0

The situation is : I want to export table to XML file locally on DB1, and then import this xml on remote database DB2. I already have the procedure to do export and import, but how to send the data to the remote server?

I want to write a batch file to do export locally first , it can generate an xml file or return a clob string. then import the data into remote database server.

How could I do that ?

  • 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-06-14T18:15:16+00:00Added an answer on June 14, 2026 at 6:15 pm

    Based on this discussion on AskTom, it seems you can’t fetch a CLOB over a Database Link.

    However, there are many LOB operations that work over a DBLink. You can SELECT a LOB over a database link for instance.

    In your case, you could create a Global Temporary Table in DB1 that would contain your CLOB and import this clob directly in DB2.

    In DB1 you would have:

    • A temporary table GTT (temp_data XMLFile) -- or CLOB
    • A procedure that proc extracts/filters your XMLFile and inserts into the temporary table GTT

    In DB2:

    • A database Link DBL1 to DB1
    • You would call proc@DBL1,
    • then INSERT INTO dest_table (dest_col) (SELECT temp_data FROM gtt@DBL1)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a situation where i want to return List<> from this function public
This is my situation: I want to run Python scripts sequentially in sequence, starting
This XML file contained archived news stories for all of last year. I was
following situation: I want to send in app SMS. This is my code creating
Situation: I want to provide a website service where users can enter some data
I have a sort of unique situation....I want to populate a ModelChoiceField based of
So the situation is: I want to optimize my code some for doing counting
I have a situation where I want a bash script to replace an entire
I am in the situation where I want to overwrite the set method that
I have a situation where I want certain code to be executed no matter

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.