cancel
Showing results for 
Search instead for 
Did you mean: 

create Oracle Alias user

Former Member
0 Kudos

Hi!

I would like to create a Oracle Alias user who is able to access e.g. the table "Finance".

What is the appropriate SQL-statement?

Thank you!

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

CREATE {ALIAS | SYNONYM}

<alias_name> FOR <object_name>