Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Problem in toracleoutput in talend

hi all,
I am using oracle 10g Express edition .
When i tried to load the data from toracleinput DB to ToracleoutputDB ,
i am facing the below error in toracleoutput
Exception in component tOracleOutput_1
java.sql.SQLException: ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
can anyone help on this...
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi
As the error message said, connection as SYS user should be as SYSDBA or SYSOPER, user SYS are not allowed to connect to Oracle server in JDBC. To resolve the problem, use another user such as system or a new user.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi
As the error message said, connection as SYS user should be as SYSDBA or SYSOPER, user SYS are not allowed to connect to Oracle server in JDBC. To resolve the problem, use another user such as system or a new user.
Anonymous
Not applicable
Author

Hi shong,
Thanks , its working.....