GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Tech FAQs  >  Oracle  >  Database Administration

 Print  |  
Question:  Can we create a database link without specifying alias name? Is it possible?



July 07, 2009 13:38:51 #1
 santosh Panigrahi   Member Since: July 2009    Total Comments: 6 

RE: Can we create a database link without specifying alias name? Is it possible?
 
Yes, It can.
create database link <link_name> connect to XX identified by XX ;

Database link created.
     

 

Back To Question