oracle11g - PostgreSQL to Oracle - Can i change OWNER in Oracle? -
i trying edit postgresql schema script , make executable in oracle (oracle express). in postgresql under each creat table these commands:
alter table table_name owner user;
for example table_name appuser , user projectx.
the table created, there error: ora-01735: invalid alter table option
i have created user in scheme (projectx), error still there. confused. command alter table table_name owner user; exists in oracle database?
Comments
Post a Comment