The SYS application error. Object in SQL Developer

When I run the query [select * from object;] in sql developer with sys as sysdba in oracle 10g, it gives me an error

ORA-04045: errors during recompilation/revalidation of SYS. OBJECT
ORA-06553: PLS-213: STANDARD package is not accessible
04045 00000 - 'errors during recompilation/revalidation of s.%s'
* Cause: This message indicates the object to which the following
errors apply. Errors occurred during implicit
recompilation/revalidation of the object.
* Action: Check the following errors for more information, and
make the necessary corrections to the object.

SQL > SELECT * from dba_objects where owner = 'SYS' and object_name = "object";

OWNER
------------------------------
OBJECT_NAME
--------------------------------------------------------------------------------
SUBOBJECT_NAME OBJECT_ID DATA_OBJECT_ID, OBJECT_TYPE
------------------------------ ---------- -------------- -------------------
CREATED LAST_DDL_ TIMESTAMP STATUS T G S
--------- --------- ------------------- ------- - - -
SYS
OBJECT
VIEW OF 2369
22 OCTOBER 05 9 OCTOBER 11 2005-10 - 22:21:45:28 VALID N N N


SQL > select object_name, object_type, status, owner of dba_objects where object_name = 'STANDARD ';

OWNER
------------------------------
OBJECT_NAME
--------------------------------------------------------------------------------
OBJECT_TYPE STATUS
------------------- -------
SYS
STANDARD
PACKAGE VALID

SYS
STANDARD
VALID PACKAGE BODY

The ones I found are valid. How to fix the object?

Any help? Thank you.

You must check the packaging STANDARD is valid and owned by SYS. Do the
Next:

(1) check the status of the STANDARD package using:

connect sys /.
SQL > SELECT * FROM DBA_OBJECTS WHERE OWNER = 'SYS '.
AND OBJECT_NAME = 'STANDARD ';

If you find the status is "DISABLED" then:

SQL > ALTER THE STANDARD PACKAGE COMPILATION;

You will find also a number of other packages 'is not valid.
State. They must ALL be (re) compiled.

If you find the STANDARD does not exist then:

Check "$ORACLE_HOME/rdbms/admin/standard.sql" exists.

If this file does not exist then:

You probably have not installed PL/SQL.
You must use the Setup program to install PL/SQL.

If the file does not exist then:

Make sure your ORACLE_SID is set correctly:

SQL > connect sys /.
SQL > @$ORACLE_HOME/rdbms/admin/catproc.sql

(2) check that the STANDARD is owned by SYS:

SQL > SELECT * FROM DBA_OBJECTS WHERE OBJECT_NAME = 'STANDARD ';

If OWNER! = SYS then catproc.sql has not been executed correctly
by SYS. You will have to drop these packets and re-run catproc
as SYS.

(3) try to run 'catalog.sql' and 'catproc.sql' at the opening of a spool file
to intercept errors that may have occurred.

Look for errors such as:

ORA-00604: an error has occurred at the SQL level 1 recursive
ORA-04031: unable to allocate 2 192 bytes of memory ("pool shared, shared

(', ' PROCEDURE$ ', 'KQLS bunch', 'BLOCK the MEM KQLS')

Create or Replace:
*
ORA-06553: PLS-213: STANDARD package is not accessible
Grant execute on STANDARD to the public

ORA-04042: procedure, function, package, or package body does not exist

In this case, you need to increase the 'SHARED_POOL_SIZE' in the
"init .ora.

Then run back CATALOGUE and CATPROC.

Increase "SHARED_POOL_SIZE" will allocate more resources and
allow scripts to run successfully.

Explanation:
============

The PL/SQL compiler could not find the STANDARD package in the current
Oracle database. To compile a program, PL/SQL needs package STANDARD.

I think that; This is useful to solve your problem.

Tags: Database

Similar Questions

  • The empty set error line in sql developer.

    Dear all,

    When I put blank in the table, I get below error.

    "ORA-01407: cannot update ('PRODDTA', 'Table name', 'row') with a NULL value.

    01407 00000 - "can not update (%s) null.

    * Cause:

    * Auction;

    1407Error code provider to Line2.

    I used under query,

    UPDATE F0xx SET = G1234 " WHERE Gxxxx'x ="00000001"AND Gxxx = 'xx' AND Gxxxx'x = '123456 '.

    I want to G1234 empty.

    Can someone guide me to solve this problem.

    Kind regards

    Haran

    Can someone guide me to solve this problem.

    No - not in this forum.

    This forum is ONLY for questions about Sql Developer.

    Please mark the thread ANSWERED and repost it in SQL and PL/SQL forum.

    SQL and PL/SQL

    When you repost you will need to provide the DDL for the table you are trying to update.

    Some columns have NOT NULL constraints that do NOT allow you to put them to null.

  • View the non-visible objects in SQL Developer

    Hello, I have created a few display objects in SQL Developer, and he succeeded since I got the message 'See V_REPORT.' created

    However, I can't see it in the tree view on the left. It is completely empty. In trying to create the view once again, I get:

    Error report-

    SQL error: ORA-00955: name is already used by an existing object

    00955 00000 - "the name is already used by an existing object.

    * Cause:

    * Action:

    Which means that there are, but I don't see it even though I * just * created? This problem is only with the objects in view. All tables have been created without any problem.

    It's my user privileges when I created the view object:

    SQL > select * from session_privs;

    PRIVILEGE

    ----------------------------------------

    CREATE SESSION

    ALTER SESSION STATEMENT

    RESTRICTED SESSION

    UNLIMITED TABLESPACE

    CREATE TABLE

    CREATE THE CLUSTER

    CREATE SYNONYM

    CREATE VIEW

    CREATE SEQUENCES

    CREATE THE DATABASE LINK

    CREATE PROCEDURE

    CREATE THE TRIGGER

    CREATE THE TYPE

    OPERATOR TO CREATE

    CREATE INDEXTYPE

    15 selected lines.

    Anyone has an idea why I can't see my picture objects?

    I thought about it. Lay be related (and causing) to another problem I had in another post:

    https://community.Oracle.com/message/11318077

  • How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Hello

    How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Thank you

    Jay.

    Select the connection and right-click on it and select schema statistics collection

  • How export (unload) result of the query without running query on sql developer

    Hello

    I want to know how export (unload) result of the query without running query on sql developer.

    I know this way.
    1. execution of query
    2. click on "Download" on the results tab
    http://i.stack.imgur.com/CQ4Qb.jpg


    Is he available unload a query result before the race?

    No, but you can do this ask the developer SQL change however, for other users can vote and add weight to the possible future implementation.

    Kind regards
    K.

  • Connection tab Sybase shows is not in the new option of connection in SQL developer

    Hello

    I do not see a Sybase connection tab in the new connection option in SQL developer 2.1, as it was available in version 1.5

    Why is this? How to fix?

    Hello

    Have you installed the JTDS JDBC driver still in SQL Developer.
    This is necessary before you get the tab connection for SQL Server and Sybase.

    You can install the driver, JTDS action to Check For Updates.

    Kind regards
    Dermot
    SQL development team

  • Cannot send attachments photo from the mail application, error: contact service provider

    Original title: Windows 8 will not send message with attached photo using the mail application.

    Whenever I try to send a message with attached photos, it does not.  I get an error message telling me to contact my ISP.  What could be wrong?

    Hi Alex,

    This problem may occur because of in-correct settings in the Mail application.

    Please help me with the following information related to this issue:

    1. E-mail account which you added to the mail application? What is Outlook.com/Hotmail, Yahoo or Gmail?
    2. This problem is specific to a particular attachment? If so, what is the file size of the attachment?
    3. Are you able to successfully send an e-mail without attachments?

    Try to access your e-mail account via web browser and try to send mail with attached photos and check the status.

    If you are able to send mail via webmail, no doubt the issue could be with the mail application.

    I suggest you to run the troubleshooter of app. The apps store is an automated tool that we have developed to deal with a number of known issues that may prevent applications from running correctly. This troubleshooting automatically solves some issues including the suboptimal screen resolution, incorrect security or account etc. settings. You can click this link to download and run the utility of troubleshooting Apps.

    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab

    Please answer us on the State of the question as well as the information required to help you further.

  • The value of the indentation / tab size in Oracle SQL Developer

    I've been searching for an hour. Cannot understand this.

    Where, on the UI of the application or in the file 'product - preferences.xml', can I change the (tab) indentation size developer SQL 3? My organization uses PowerBuilder, and when I copy + paste our SQL PB (which uses the main tabs) in Oracle SQL Developer, it looks like crap. It would really help if I could change the code editor for a tab size equivalent to three spaces.

    And no, we cannot use spaces. :-)

    Thank you!

    (maybe SQL Developer 2 might have a field of size tab in 'Préférences')

    1.5.x, it is under Preferences - database - SQL Formatter - alignment and Indentation .
    However, at least in the 1.5.3 current, a bug ignores the preferences of the tab completely, so you are stuck with 2 spaces. If you can't wait until it gets fixed (with luck in the upcoming 1.5.4 or maybe 2.0), revert to a previous version.

    Kind regards
    K.

  • Error launching of the ' LabVIEW.Application [error Code:-18001]

    Hello
    I have a TS 3.4 mind sequence LabView 8.21 - Teststeps.
    The sequence is called from a Labview-OperatorInterface.
    In a step that run 100 times before without problem I receive all of a sudden the error message:

    ErrorMessage: Error running substep 'run '. Unable to launch the "LabVIEW.Application" ActiveX automation server [error Code:-18001]

    After a restart of the software al NOR-everything works normally again.
    What is this error, and what should I do with it?
    Should I ignore the error and try to execute the step again or not this average tht the ActiveX server has been lost forever?
    How can this problem occur?

    Thanks for your help


  • Cannot send emails from the Mail application, error "Email is unavailable check with provider.

    Original title: the application of mail outlook windows 8 does not work on my windows PC 8.

    Dear anyone who can help,

    The WINDOWS for OUTLOOK MAIL APP is sending emails problems. I try to send an email, but he finds himself stuck in my Outbox, and follows an error message telling me to "CHECK WITH MY SUPPLIER."

    "" "I noticed he says 'myemailaddress@Outlook ' is not available", but I can't work out why. Is this a problem at the end of servers or mine?

    It was working fine before and had there is a little more than two weeks, when the error occurred. (I don't know exactly, because I've been away)

    I have no other synchronized e-mails (Gmail for example) it is only the account of a main outlook that I use to manage everything on my PC.

    Logging in to my email online via Chrome etc. address works fine to send and receive e-mails. THE APP IS THE PROBLAMATIC

    There only seems to be a lot of information on this issue (a few messages from 2013) so I want to know if it's just me and finally how to solve the problem.

    Help, please! Thank you!

    Hello

    Please contact Microsoft Community. I understand that you are unable to send emails from the Mail application. I've surely you will help solve this problem.

    This problem might have occurred because of these reasons:

    1. App is not updated.
    2. App is corrupt.

    Try the steps listed here and see if it helps:

    Method 1:
    We will run the troubleshooter app and check if it helps.
    Solving the problems of the app

    Method 2:
    If the problem persists, I suggest you try the procedure described in the article that will help identify and correct common problems of App.

    Solve problems with a soft
    http://Windows.Microsoft.com/en-in/Windows-8/what-troubleshoot-problems-app

    Note:
    1. try all the steps except convenience store App and those that you have already tried.

    2. apply to Windows 8.

    See the article for more information.

    Messaging app for Windows
    http://Windows.Microsoft.com/en-us/Windows-8/mail-app-tutorial

    Note: Applies to Windows 8.

    Hope this information helps. Reply to the post with an up-to-date report of the issue so that we can help you further.

  • Error when using SQL Developer to IMPORT access data in Oracle

    Hello
    I use SQL Develoepr to export the Access mdb file to Oracle. When I try to use the tools -? Migration-> Microsssfot-> export access
    I get an error message to attach the Access database file, the error indicates

    "Error #40179 - XMLExporter - Methiod 'AddFromFile' of object ' _References failed." Export failed.

    What could be the reason for this error please notify.

    Thank you

    Don't know if it is related to your question, but you need a JDK 1.6 (Java SDK). What do you get in Help - about - Version?

    K.

  • The Opatch application error

    Hello

    As part of the preparation of the database to upgrade the 12.1.1 12.1.2 to I try to apply the last opatch.
    Get the following error: Please verify.

    INFO: PatchObject::createPatchObject() patch location is /oracle/VIS/db/tech_st/11.1.0/OPatch
    GRAVE: YES-67075: cannot load the patch object. Possible causes are:
    The specified path is not an intermediary shiphome Patch
    Metadata files are missing in the region of patch
    Patch location = /oracle/VIS/db/tech_st/11.1.0/OPatch
    Details = PatchObject manufacturer: Input file ' / oracle/VIS/db/tech_st/11.1.0/OPatch/etc/config/actions ' or ' / oracle/VIS/db/tech_st/11.1.0/OPatch/etc/config/inventory ' does not exist.

    GRAVE: YES - 67073:ApplySession failed: PatchObject Builder: Input file ' / oracle/VIS/db/tech_st/11.1.0/OPatch/etc/config/actions ' or ' / oracle/VIS/db/tech_st/11.1.0/OPatch/etc/config/inventory ' does not exist.
    INFO: system intact, OPatch will not try to restore the system
    INFO: finish ApplySession at Sat Feb 13 02:27:08 EAST 2010
    INFO: Total time spent waiting for user input is 0 seconds. Finish at Sat Feb 13 02:27:08 EAST 2010
    INFO: battery Description: java.lang.RuntimeException: PatchObject Builder: Input file ' / oracle/VIS/db/tech_st/11.1.0/OPatch/etc/config/actions ' or ' / oracle/VIS/db/tech_st/11.1.0/OPatch/etc/config/inventory ' does not exist.
    INFO: StackTrace: oracle.opatch.PatchObject.createPatchObject(PatchObject.java:2045)
    INFO: StackTrace: oracle.opatch.PatchObject. < init > (PatchObject.java:1776)
    INFO: StackTrace: oracle.opatch.PatchObjectUtil.loadPatch(PatchObjectUtil.java:1816)
    INFO: StackTrace: oracle.opatch.ApplySession.loadAndInitPatchObject(ApplySession.java:1500)
    INFO: StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5496)
    INFO: StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1718)
    INFO: StackTrace: oracle.opatch.OPatch.main(OPatch.java:630)

    Thank you
    Kouadio

    Hello

    Opatch should be in the path, and you must install the patch in the PATCH_TOP directory, is not by going to the directory OPatch

    $which opatch--> release of post here

    Follow the steps below

    $export ORACLE_HOME=/rel12/r12apps/GOLD/db/tech_st/10.2.0 (home page that your application of the fix)

    $opatch lsinventory - invPtrLoc /rel12/r12apps/GOLD/db/tech_st/10.2.0/oraInst.loc (inventory of the original file location)

    $cd 6456606 (patch)

    $opatch applies

    These steps said in the first post itself

    Concerning

    Published by: Ahmed@hungry_dba on February 13, 2010 03:40

    Published by: Ahmed@hungry_dba on February 13, 2010 04:12

  • The details of the Oracle application error

    I think that I should know the answer to this, but I can't so I ask.

    I support a Delphi (i.e. compiled) application that accesses a database of Oracle (Oracle 10 g, Windows XP). Right now in certain circumstances, the application encounters an error and sets up a message box saying that there is an error ORA-00942: table or view does not exist. I looked in various CRT and try to find the name of the table or the view, that the program is trying to access, but unsuccessfully to log files. For the database TRACE_ENABLED is true. Windows event logs also contains nothing relevant.

    Is it possible that I can coax Oracle telling me the name of the table or view on which it is stumbling?

    You can 942 events either as an instance in the init.ora parameter / spfile.ora or via a logon trigger

    event = "942 trace name ERRORSTACK 3 level".

    Which will cause an Oracle server processes write to a trace file when 942 occurs. You would get the SQL statement from there, and you'd have to look at every table in the statement (or the table in view of the statement).

  • I have download the cloud applications error

    Screenshot (16).pngI tried to solve in different ways, still does not work. What is the best suggestion?

    Using creative cloud | Download error in the applications tab of Creative Cloud Desktop Application

  • The mutation of error in PL/SQL... can not find a solution

    So I have this table:

    create table weight)
    ident done int refers to users.
    date of dateW,
    float weight,
    primary key (ident, dateW)
    );

    I have a function called BMI who given a userid (ident) calculates the BMI (body mass index) based on the height of the user (it's on the users table) and the weight of the user is put on the table of characters. The feature works very well. Now I want to relax that when the user inserts a new weight, the trigger checks BMI of this user and see if it to reasonable values. I have this:

    create or replace
    relaxation BMITG
    After the insertion on the WEIGHT
    for each line
    declare
    int ident;
    Start
    ident: =: new.ident;
    If BMI (ident) NOT BETWEEN 17 AND 25
    then DBMS_OUTPUT. Put_line ('bad BMI');
    end if;
    end;

    The trigger compiles fine, but when I try to insert weights I get:

    Error from the 1 in the command line:
    insert into a values (1, to_date('2013-01-30','yyyy-mm-dd'), 73) weight
    Error report:
    SQL error: ORA-04091: table MyDB.WEIGHTS is changing, function of triggering/can not see
    ORA-06512: at "MyDB.BMI", line 6
    ORA-06512: at "MyDB.BMITG", line 5
    ORA-04088: error during execution of trigger 'MyDB.BMITG '.
    04091 00000 - "table %s.%s is changing, function of triggering/can not see.
    * Cause: A trigger (or plsql user-defined function that is referenced in)
    This statement) attempted to watch (or modify) a table that has been
    in the Middle being modified by the statement that shot.
    * Action: Rewrite the trigger (or function) so it does not read this table.

    I'm not so sure about the DBMS_OUTPUT. PUT_LINE. Which function to use to alert a user that the BMI is not good? I'll need to convey this message to a Web site through apache/php

    Kind regards
    Daniel

    A level trigger line on WEIGHT cannot query the table of CHARACTERS (or call a function that queries the table of CHARACTERS). In doing so, as you've found, will trigger an error table mutation.

    I'm not sure I understand why you should query the table of CHARACTERS, however. If you insert a row into the table of CHARACTERS, which is the line with the weight that you want to use for the calculation, which is probably be the line with the last DATEW or not (if you insert never back-dated lines DATEW, then the line you insert is the line you want to use for the calculation and the line with the last value DATEW).

    As a general rule, I would say that the BMI function should accept a height and weight. In your trigger, you question the USERS table to get the height. Then you would spend the height and the: new.weight the new feature of the IMC.

    Justin

Maybe you are looking for