开发者

Execute sql script in a different schema

开发者 https://www.devze.com 2023-03-26 22:28 出处:网络
How to execute a SQL script(.sql) in a different schema in SQLPLUS. I do have all permissions on the schema.开发者_Python百科 try:

How to execute a SQL script(.sql) in a different schema in SQLPLUS. I do have all permissions on the schema.开发者_Python百科


try:

ALTER SESSION SET CURRENT_SCHEMA = different_schema
0

精彩评论

暂无评论...
验证码 换一张
取 消