Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
hdes3658
New Member

ORA-28009: connection as SYS should be as SYSDBA or SYSOPER

How to connect with sys oracle data base user

1 ACCEPTED SOLUTION
v-yuaj-msft
Community Support
Community Support

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.

View solution in original post

2 REPLIES 2
v-yuaj-msft
Community Support
Community Support

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.

https://community.oracle.com/tech/apps-infra/discussion/1135635/ora-28009-connection-as-sys-should-b...

Here in the Oracle Community Forum there seems to be a workaround for this error message.

 

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

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


Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.