Search
 
SCRIPT & CODE EXAMPLE
 

SQL

create synonym for dblink in oracle

-- Can be a table, package, procedure...
CREATE OR REPLACE SYNONYM syn_name FOR my_schema.my_table@my_dblink;
CREATE OR REPLACE SYNONYM syn_name FOR my_schema.my_procedure@my_dblink;
CREATE OR REPLACE SYNONYM syn_name FOR my_schema.my_package@my_dblink;
Comment

PREVIOUS NEXT
Code Example
Sql :: run all sql file from folder postgres command line 
Sql :: how to add postgres table in netbeans 
Sql :: oracle max field name length 
Sql :: expose db in virtualbox 
Sql :: alling a function from PL/SQL in a select statement in ORACLE 
Sql :: supabase change timezozne 
Sql :: ALV GRID events 
Sql :: sql how to get courses that i have made prerequisites 
Sql :: function sum(text) does not exist postgres 
Sql :: sql to migration codeigniter online 
Sql :: druid sql list all tables 
Sql :: cursor.execute (sql, value) ValueError: operation parameter must be str 
Sql :: QCompleter con sql 
Sql :: rails sql query converstion 
Sql :: SQL Server log file truncate - Source :NAYCode.com 
Sql :: alasql delete column 
Sql :: t-sql email validation 
Sql :: sql out file formate 
Sql :: MySQL can’t specify target table for update in FROM clause (Updating same table from same select inner join table) 
Sql :: flask sqlalchemy decimal 
Sql :: postgres regex word boundary 
Sql :: cross apply top for each row t1 
Sql :: Manage Database in MySQL 
Sql :: tsql select concatenated values in one to many relationship 
Sql :: what is a foriegn key 
Sql :: view psql output in horizontal scrolling 
Sql :: quantity count and group by some article 
Sql :: linked server delete openquery 
Sql :: sintax checker sql 
Sql :: get last row sqlite 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =