Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
How to connect with sys oracle data base user
Solved! Go to Solution.
Hi @hdes3658 ,
The ORA-28009 error occurs when you are connecting as the SYS user, without using the SYSDBA or SYSOPER clause:
SQL> connect sys/myopass as sysdba;
SQL> connect sys/mypass as sysoper;
The docs note this on the ORA-28009 error:
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
Cause: connect SYS/<password> is no longer a valid syntax
Action: Try connect SYS/<password> as SYSDBA or connect SYS/<password> as SYSOPER
Please check these links as follows.
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER (itsiti.com)
ORA-28009: connection to sys should be as sysdba or sysoper | Ora Code (ora-code.info)
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @hdes3658 ,
The ORA-28009 error occurs when you are connecting as the SYS user, without using the SYSDBA or SYSOPER clause:
SQL> connect sys/myopass as sysdba;
SQL> connect sys/mypass as sysoper;
The docs note this on the ORA-28009 error:
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER
Cause: connect SYS/<password> is no longer a valid syntax
Action: Try connect SYS/<password> as SYSDBA or connect SYS/<password> as SYSOPER
Please check these links as follows.
ORA-28009: connection as SYS should be as SYSDBA or SYSOPER (itsiti.com)
ORA-28009: connection to sys should be as sysdba or sysoper | Ora Code (ora-code.info)
Hope that's what you were looking for.
Best Regards,
Yuna
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @hdes3658 ,
this is an error message from the Oracle database.
Here in the Oracle Community Forum there seems to be a workaround for this error message.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 51 | |
| 39 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 79 | |
| 37 | |
| 27 | |
| 25 |