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

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -