I receive this error:
java.sql.SQLException: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
How to fix? (I need to be SY
SY
You need to put sysdba with user String parameter like
String user="sys as sysdba"