Create user in Oracle 12 C Posted by Ashish Sahay February 24, 2020Posted inDBA, ORACLE Create user 12C: connect system/manager as sysdba alter session set "_ORACLE_SCRIPT"=true; / create user lime identified by limeoracle; / grant dba to lime; / connect lime/limeoracle / create table test(lime number); Ashish Sahay I am a seasoned developer with a passion for crafting robust solutions in the realm of Oracle Database and Oracle APEX. With over 10 years of experience under my belt, * Oracle APEX * APEX Themes and Plugins * Oracle Database * CSM & ASM View All Posts Post navigation Previous Post Oracle FunctionsNext PostSmooth row view Interactive report Oracle APEX