For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I installed Oracle 19c database. I logged as System user into Enterprise Manager.
I want to create new user and set permissions to him, but the Server tab is missing. There is only Performance tab.
Can you help me, please ?
insert into job_bag@dblink1 (job_bag_id, user_id, name, created_date, status) values ((select job_bag_id_seq.nextval@dblink2 from dual), 80487, 'Some Text', sysdate, 1)