Search
 
SCRIPT & CODE EXAMPLE
 

SQL

oracle create synonym

-- Can be a table, package, procedure...
CREATE OR REPLACE SYNONYM syn_name FOR my_schema.my_table;      
CREATE OR REPLACE PUBLIC SYNONYM syn_name FOR my_schema.my_table;

-- Through a dblink:
CREATE OR REPLACE SYNONYM syn_name FOR my_schema.my_table@my_dblink;
Comment

PREVIOUS NEXT
Code Example
Sql :: output oracle 
Sql :: sql server find columns list in tables 
Sql :: mysql force query to use index 
Sql :: sql list all procedures 
Sql :: oracle list columns 
Sql :: postgresql generate uuid 
Sql :: oracle enable job 
Sql :: this month mysql where 
Sql :: postgres kill running query 
Sql :: mysql group by month 
Sql :: mysql database stopped xampp mac 
Sql :: mysql add boolean column 
Sql :: show max_allowed_packet mysql 
Sql :: oracle list procedures 
Sql :: how to check username in mysql command line 
Sql :: Row Number is sql server 
Sql :: select records for day before yesterday mysql 
Sql :: sql server get timezone 
Sql :: how to check last gather stats on table in oracle 
Sql :: dbms_scheduler stop job 
Sql :: your password does not satisfy the current policy requirements 
Sql :: sql count duplicate rows 
Sql :: key validation sql 
Sql :: connect python to mysql 
Sql :: mysql remove ubuntu 
Sql :: postgresql format date dd/mm/yyyy 
Sql :: sql server convert date to int 
Sql :: yii2 mysql ping 
Sql :: dirinfo.name my snippets in stored procedure 
Sql :: sql copy table 
ADD CONTENT
Topic
Content
Source link
Name
5+1 =