RelationalDBDesign
Technology
Search
SiteMap
RedhatLinuxSys
Seomining
Advanced Oracle Tuning
Advanced SQL
Backup Recovery Options
Basic SQL
DB Admin Features
DB Creation Architecture
Extended DB Features
Managing DB Objects
Managing Connectivity
Network Configuration
Oracle BU Features
Oracle DB Recovery
Network Administration
Oracle Network Topology
Oracle SQL Extensions
Oracle SQL Tuning
8i PL/SQL Programming
Performance Tuning
PL/SQL Stored Objects
PL/SQL Programming
Relational DB Analysis
Relational DB Design
Tech Interview Questions
Tuning Oracle Instance
Oracle Network Topology
Oracle Certification
Overview Oracle Networking
SQL*Net Architecture
SQLNet ServerSide Configuration
Overview of Oracle Toplogy - Exercise
Overview of Oracle's topology solution, part 3
Define some database links
Objective:
Define links and try SQL.
Exercise scoring
This exercise is worth a total of 10 points.Respond to the situation described below.
Background
You are the DBA for a company in Spokane that just acquired an Oracle database in Tokyo. You have learned that the remote database in Tokyo is called FUJI and the main user is NIPPON with the password JAPAN. You have created an entry in your Spokane tnsnames.ora file identifying the FUJI database with the service name FUJI, so you are now ready to define your environment.
Instructions
Create a public database link called ASIA for all Spokane users that will allow them to access all the tables granted to the NIPPON user at the FUJI database.
Write a SQL statement to display all the contents of the CUSTOMER table in the FUJI database.
Create a mechanism that lets the Spokane user enter select * from customer; to see the CUSTOMER table in Japan.
Submitting the exercise
Type or paste your answers into the text box below, then click
Submit
to submit and view a results page.