Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then you are going to love this place.

Have an account? Sign In


Have an account? Sign In Now

Sign In

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

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • About
Home/Questions/Q 4463
In Process
Swarup
Swarup

Swarup

  • India
  • 27 Questions
  • 116 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
SwarupProfessional
Asked: January 10, 20212021-01-10T18:20:50+05:30 2021-01-10T18:20:50+05:30

Data Exchange within database from Dev to Val

  • 0

Hi Sir,

Good Evening, Happy New Year,

I have installed Oracle Apex in One Database(Development DB) but i want to get the data from the another Database(Validation DB) where apex is not installed is it possible?

 

Thanks In Advance

data
  • 1
  • 22
  • 0
  • 0
  • Share
    • Share on Facebook
    • Share on Twitter
Answer

    1 Answer

    1. Vinish

      Vinish

      • 1 Question
      • 416 Answers
      • 39 Best Answers
      • 2k Points
      View Profile
      Vinish Legendary
      2021-01-10T18:27:57+05:30Added an answer on January 10, 2021 at 6:27 pm

      You will have to create a database link to read or write to a table located in another database. Below is an example of creating a database link:

      CREATE DATABASE LINK mydblink 
      CONNECT TO remote_db IDENTIFIED BY password
      USING '(DESCRIPTION=
      (ADDRESS=(PROTOCOL=TCP)(HOST=yourhost)(PORT=1521))
      (CONNECT_DATA=(SERVICE_NAME=yourservice_name))
      )';

      Now you can select the rows from the remove database table as follows:

      Select * from myxyz@mydblink;
      • 0
      • Share
        Share
        • Share on Facebook
        • Share on Twitter

    You must login to add an answer.

    Forgot Password?

    Sidebar

    Ask Question
    Write a Post
    • Recent
    • Answers
    • Bheem

      What is best way to design school time table?

      • 0 Answers
    • OrclQA Wiki

      How to display file contents in MAC terminal app?

      • 1 Answer
    • Greg

      Displaying image in modal window

      • 3 Answers
    • Greg Grimes

      20.2 APEX: How can I pre-select the searchable column in ...

      • 0 Answers
    • ApexPadawan
      ApexPadawan added an answer Have you tried using the built in file browse item,… January 21, 2021 at 1:29 pm
    • ApexPadawan
      ApexPadawan added an answer First Add the following to CSS > Inline under Page… January 21, 2021 at 1:21 pm
    • Vinish
      Vinish added an answer Yes, this is also fine. January 19, 2021 at 3:25 pm
    • Greg
      Greg added an answer I tried your solution and it worked, but since I… January 19, 2021 at 3:23 pm
    • Vinish
      Vinish added an answer You can use the cat command to display file contents… January 19, 2021 at 10:41 am

    Recent Blog Posts

    • Vinish

      Copy URL to Clipboard on Button Click Examples

    • Vinish

      Find When Your Mac Was Last Shutdown

    • Vinish

      Oracle SELECT Statement

    • Vinish

      Python Append List to List Example

    • Vinish

      JavaScript Object Get Value by Key

    Explore

    • Home
    • Blog
    • New Questions
    • Tutorials
      • Oracle Apex
      • Python
    • Tags
    • Users
    • Badges & Points
    • About

    © 2020 OrclQA.Com. All Rights Reserved. Privacy Policy