package not seen under the sys user!

Hello;
I discovered under the sys user packages;
but not our package seen under sys; I create with the sys user
any idea
regrads
siyavus

This is not a package, it is a procedure. Go and check the procedures instead of packages.

The user who you are trying to check, SYS again?

Ogan

Tags: Database

Similar Questions

  • Font file not seen by the domain user

    Hello
    I have a strange problem here. Our users to use a new font. So I mapped their file and copied to the folder "fonts". But now, users cannot see this file in the folder. It is not shown. But it is there for you. It is not hidden, and they also have sufficient rights to the folder.

    Does anyone know why this is?

    concerning

    Hello
     
    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public.

    Please post your question in the TechNet Windows XP Technet Forums.
    Here is the link:

    http://social.technet.Microsoft.com/forums/en/category/windowsxpitpro

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Package DBMS_AUDIT_MGMT running under any other user than SYS

    Hello

    I need manage audit on 11g database log using the DBMS_AUDIT_MGMT package. I want to start the process of cleaning under the CENTRUMADMIN user.

    Everything works under sys, but under CENTRUADMIN procedure does not work.

    I already try adding this privilege:

    GRANT EXECUTE ON DBMS_AUDIT_MGMT TO CENTRUMADMIN;

    Code below shows my procedure:

    CREATE OR REPLACE PROCEDURE PURGE_AUD_TRAIL_11 (NUMBER pocet_dnu)

    AS

    v_timestamp DATE;

    BEGIN

    SELECT MAX(NTIMESTAMP#) IN the sys.aud v_timestamp $ WHERE NTIMESTAMP # < (SYSDATE - pocet_dnu);

    INSERT INTO centrumadmin. AUD$ _BACKUP SELECT * FROM sys.aud$ WHERE NTIMESTAMP # < = v_timestamp;

    DBMS_OUTPUT. Put_line (' case odmazani pro starsich zaznamu:' | v_timestamp);

    () dbms_audit_mgmt.set_last_archive_timestamp

    audit_trail_type = > dbms_audit_mgmt.audit_trail_aud_std,

    last_archive_time = >

    TO_TIMESTAMP (SYSDATE - pocet_dnu).

    rac_instance_number = > null

    );

    () dbms_audit_mgmt.clean_audit_trail

    audit_trail_type = > dbms_audit_mgmt.audit_trail_aud_std,

    use_last_arch_timestamp = > TRUE

    );

    COMMIT;

    EXCEPTION WHEN OTHERS THEN

    ROLLBACK;

    LIFT;

    END;

    /

    Any ideas what a privilege it am I missing or if she has a problem elsewhere?

    Honza

    I found this solution and everything works under the user CENTRUMADMIN:

    IF

    NO SYS. DBMS_AUDIT_MGMT.IS_CLEANUP_INITIALIZED (SYS. DBMS_AUDIT_MGMT. AUDIT_TRAIL_AUD_STD)

    THEN

    SYS. DBMS_AUDIT_MGMT. () INIT_CLEANUP

    audit_trail_type-online SYS. DBMS_AUDIT_MGMT. AUDIT_TRAIL_AUD_STD, - Journal AUD

    default_cleanup_interval-online 24 / * hours * /);

    END IF;

    () SYS.dbms_audit_mgmt.set_last_archive_timestamp

    audit_trail_type => SYS.dbms_audit_mgmt.audit_trail_aud_std,

    last_archive_time =>

    TO_TIMESTAMP (SYSDATE - pocet_dnu).

    rac_instance_number-online null

    );

    () SYS.dbms_audit_mgmt.clean_audit_trail

    audit_trail_type => SYS.dbms_audit_mgmt.audit_trail_aud_std,

    use_last_arch_timestamp-online TRUE

    );

    Honza

  • Not able to connect to oracle 9.2 to the sys user assistance

    Hi all

    I use oracle 9.2 on RHEL4. DB is in open mode when I try ot through the sys user connection, is asked to start the instance. But it is already in the opening mode...
    -bash-3.00$ sqlplus /nolog
    
    SQL*Plus: Release 9.2.0.4.0 - Production on Mon Jul 27 10:16:43 2009
    
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    
    SQL> conn sys/password as sysdba
    Connected to an idle instance.
    SQL>
    Alert log file...
    Successfully onlined Undo Tablespace 1.
    Sat Jul 25 16:30:44 2009
    SMON: enabling tx recovery
    Sat Jul 25 16:30:44 2009
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication fou
    nd)
    Completed: ALTER DATABASE OPEN
    Sun Jul 26 20:49:46 2009
    Thread 1 advanced to log sequence 11
      Current log# 2 seq# 11 mem# 0: /u01/app/oracle/oradata/ic/redo02.log
    "alert_ic.log" 305L, 12951C                                 305,3         Bot
    Processes that are already running
    -bash-3.00$ ps -ef|grep ora
    oracle    5939     1  0 Jul24 ?        00:00:00 dbus-daemon-1 --fork --print-pid
     8 --print-address 6 --session
    oracle    6120     1  0 Jul24 ?        00:00:00 /u01/app/oracle/product/9.2.0/bi
    n/tnslsnr LISTENER -inherit
    oracle    7188     1  0 Jul24 ?        00:00:00 /usr/libexec/gconfd-2 32
    oracle    8134     1  0 Jul25 ?        00:00:00 /usr/bin/gnome-keyring-daemon
    oracle   26315     1  0 Jul25 ?        00:00:00 ora_pmon_ic
    oracle   26317     1  0 Jul25 ?        00:00:00 ora_dbw0_ic
    oracle   26319     1  0 Jul25 ?        00:00:00 ora_lgwr_ic
    oracle   26321     1  0 Jul25 ?        00:00:04 ora_ckpt_ic
    oracle   26323     1  0 Jul25 ?        00:00:01 ora_smon_ic
    oracle   26325     1  0 Jul25 ?        00:00:00 ora_reco_ic
    oracle   26327     1  0 Jul25 ?        00:00:00 ora_cjq0_ic
    oracle   26329     1  0 Jul25 ?        00:00:24 ora_qmn0_ic
    oracle   26331     1  0 Jul25 ?        00:00:00 ora_s000_ic
    oracle   26333     1  0 Jul25 ?        00:00:00 ora_d000_ic
    root     27663 27662  0 10:01 ?        00:00:00 login -- oracle
    oracle   27664 27663  0 10:01 pts/1    00:00:00 -bash
    oracle   27710 27664  0 10:19 pts/1    00:00:00 ps -ef
    oracle   27711 27664  0 10:19 pts/1    00:00:00 grep ora
    -bash-3.00$
    Please suggest me how to overcome this problem...

    You might enter into a different SID.

    Please

    export ORACLE_SID =

    Then try to connect

  • The SYS user connects to the database level, is this correct?

    My senior colleague gave me following information about the user sys. I want to know, - is this correct?

    Since the SYS user connects to the database level, therefore, on the session active user SYS, to kill only the current statement is canceled. The database session does not disconnect. Instead, he continues to run the remaining in the script file instructions where we run a script file that contains a large number of SQL statements.

    Elya

    If the Oracle session was killed and the customer continued to successfully submit the following commands to the database, a new session was automatically created to replace the killed session. A feature called Of Application Transparent failover which allows the customer to switch to a session of a RAC server to another RAC server, the initial session fails (for example, RAC Server breaks down).

    TAF is part of the response to the so-called "+ the Evil Twins +"-errors and crashes. The rest of the answer are FAN (Fast Application Notification) and CLF (resumption of fast connection). This set of features about the errors and crashes - and allows an application 'seamless' continue even when his Oracle Server session fails.

    See the white paper Oracle on failover of applications with Oracle Database 11 g for the basic details.

  • Tracking change the sys user actions

    I use Oracle 10.2.0.3

    Is there anyway I can follow change the user account unlock or take into account the lock instructions?
    I need to update the table with the username when account unlocking or locking operations is performed.

    I know audit_sys_operations auditera sys operations and write them to a file but it will not help my problem since I want to update a table when the unlock operation account is made.

    I can't create trigger on table $ USER because it is a table of the sys user.

    Is there another way to track and update the table?

    It looks like you want a trigger on the event alter at the database level. See the first line of [table 9-4 | http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_triggers.htm#CHDGIJDB] which indicates what attributes are available inside a trigger on the ALTER event. From there, take a look at [table 9-2 | http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14251/adfns_triggers.htm#CHDCFDJG] which describes each of the available attributes.

    Since you are interested in changes to the users you probably want to test only the attribute ora_dict_obj_type = 'USER '.

    Further you can must use the attribute ora_sql_txt function which is available according to table 9-2 to inspec the actual SQL that was used to change the user data dictionary.

    You probably want something like this (note that this is not tested):

    CREATE or replace TRIGGER ALTER_USER_TRG
    BEFORE ALTER ON DATABASE
      l_stmt varchar2(2000);
      l_sql_text ora_name_list_t;
      n number;
      l_action VARCHAR2(50);
    BEGIN
      if (ora_dict_obj_type = 'USER') THEN
        n := ora_sql_txt(l_sql_text);
        for i in 1..n loop
          l_stmt := l_stmt || l_sql_text(i);
        END LOOP;
    
        if regexp_like(l_stmt, '(un)?lock', 'i') then
    
          null;
    
        end if;
    
      end if;
    END;
    
  • Could not connect to the service user profile Service.

    I have a little disconcerting problem.  Every day or two, I can not connect to Windows correctly.  When I start, select my account (which is also the unique administrator account) and enter my password, it spends an abnormally long time in the 'Starting Windows' screen, then I get the following message pop up in the notification area:

    "Unable to connect to a windows service.
    Windows could not connect to the service user profile Service.
    This problem prevents limited users to logon to the system.
    As an administrator, you can review... »

    Shortly after this message, I get a windows error message saying:

    "Location is not available.
    C:\Windows\system32\config\systemprofile\Desktop is not accessible.
    Access is denied. »

    This seems just a desktop computer black with only the Recycle bin icon on it, and the old Windows Start button in the taskbar.

    While trying to understand what is happening, I looked into the application of 'Problem reports and solution' in the control panel and found that every time this happens, I also have a corresponding event of "Stopped working" "Routing and remote access.

    I then restart using F8 at startup and choose the one that says something to the effect of "using the last good configuration known."

    I'm not sure what that means at all, but I hope that one of you people can help.

    Thank you!

    Hello any Leafs fan,

    Thanks for posting on the Microsoft answers Forum.

    Looks like you're running only because of using a system restore to get back when your system is running. Now, you want to know what caused it.

    Usually, when the above error occurs, it is due to a corrupt user profile.
    The best way to fix this is to remove the user profile.

    • Go to the Start button
    • Right click on computer
    • Go to the properties
    • Go to Advanced System Properties on the left pane
    • Select the Advanced tab
    • Go to the user profile Section and click on the settings button
    • Find the profile for the that you want to remove and click Remove.  (It's the best way to remove the local profile in Windows Vista).
    • Connection again and you will get a new profile.
    • To get your Favorites return, go to the old profile in C:\users and copy the data manually.

    The only way to identify what caused the error with the user profile is to try to reproduce it.

    If you have not installed the update of Windows, then you can go to Windows updates and see what are the updates must be installed and manually download them and install them one at a time. Between the installation of the system, make sure you have a restore point that you can go back to if necessary. Once an update is installed, then close and open a session back (or reboot if required by the software update) and see if you get the error user profile. If the error occurs, then go to Services and see if the user profile service is running and set to automatic.

    If you are not able to do anything when the problem occurs, then try to start in safe mode using the F8 key and see if the problem occurs in safe mode.

    You can also look in the event viewer to see if there is no dealing with event profile user or Windows Update errors.
    To get to the event viewer, you can type in eventvwr.msc in the box start the search. This will bring up the event viewer and you can view the summary logs and see what kind of errors you encounter.

    Please post with your results and if you need further assistance.

    Sincerely, Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Cannot connect the sys user remotely

    Hello

    Oracle Version: 11.2.0.4

    OS: Win Server 2008 R2

    Despite the creation of password for the file and modify the init.ora for exclusive use.

    Remote_login_passwordfile string EXCLUSIVE

    I am still unable to connect the user sys.

    869855 wrote:

    Sincere apologies, I forgot to share the error

    SQL > conn nwbackup@ucmdb as sysdba

    Enter the password:

    ERROR:

    ORA-01017: name of user and password invalid. connection refused

    P.S: Connectivity works very well with other users.

    So how about you change the password for the SYS user and try to connect again?

    Aman...

  • Altered photo is not seen in the module 'print '. (Win 10, lightroom 5.7.1.) What can I do to solve the problem?

    Altered photo is not seen in the module 'print '. (Win 10, lightroom 5.7.1.) What can I do to solve the problem?

    Next 'Units of the rule' in the layout, select the good 'units of the rule' in the drop down, and then set your margins.

  • How can I re-download Acrobat? I have my serial number but the order does not come under the heading upward my story.

    How can I re-download Acrobat. I have my serial number but the order does not come under the heading upward my story.

    Hi Roger,

    You can download Acrobat from the below mentioned link:

    Download Adobe Acrobat products. Standard, Pro | DC, XI, X

    Kind regards

    Rahul

  • Could not connect to the local user accounts

    We have the following configuration:

    1. the virtual machine.

    Windows Server 2008 R2.

    b. active Directory

    2 physical machine.

    Windows Server 2008 R2.

    b. connection to the Server VMware View 5.0.1

    3. the virtual machine.

    Windows Server 2008 R2.

    b. connection to the Server VMware View 5.0.1

    Machine #2, we have connected successfully with VMware View and on machine #3 we have the following error:

    2012-11-13 17:28:10, 164 DEBUG < MessageFrameWorkDispatch > [ws_winauth] any logged-on user as a local user (domain = XREN1)
    2012-11-13 17:28:10, 165 DEBUG < TP-Processor3 > [VDIContext] ADAM connection failed: com.vmware.vdi.common.winauth.WinAuthCodifiedException: failed authentication: could not connect to the local user accounts
    2012-11-13 17:28:10, 166 DEBUG < TP-Processor3 > [VDIContext] failed connection create ADAM: com.vmware.vdi.adamwrapper.exceptions.ADAMConnectionFailedException: failed authentication: could not connect to the local user accounts
    2012-11-13 17:28:10, 167 INFO < TP-Processor3 > [LoginBean] user all failed to authenticate to view administrator
    2012-11-13 17:28:10, 167 DEBUG < TP-Processor3 > [ViewFlexFactory] com.vmware.vdi.admin.ui.LoginBean.login ms 13

    did you install the second server conection as a Local Administrator?

    a second connection to the Member Server in the domain before you install the software?

    be as a member of the domain using an account with local administrator privileges to be sure area.

  • Problem with the SYS user

    Hello
    I have change the password for the SYS user

    export ORACLE_SID = orcl

    echo $ORACLE_SID
    ORCL
    sqlplus /nolog
    
    connect / as sysdba
    
    alter user sys indentified by orcl_pwd;
    
    sqlplus sys/orcl_pwd as sysdba
    
    SQL*Plus: Release 10.2.0.5.0 - Production on Mon Oct 22 17:14:07 2012
    
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    but when I try to connect me with @sid I get this error:
    sqlplus sys/orcl_pwd@orcl as sysdba
    
    SQL*Plus: Release 10.2.0.5.0 - Production on Mon Oct 22 17:16:09 2012
    
    Copyright (c) 1982, 2010, Oracle.  All Rights Reserved.
    
    ERROR:
    ORA-01031: insufficient privileges
    
    Enter user-name:
    Do you have any idea how I can change the password for the SYS user?

    his recommended Oracle when you go to change password use SYS

    orapwd file=password=entries=5 
    
  • All of a sudden, my folios not seen on the iPad

    I have successfully developed an application that is online on the Apple App store. (FYI) Yesterday, all of a sudden my folios would have not seen on the iPad. The message said that I had to open Adobe Content Viewer on the device, which I opened, but it will only preview the desktop. I checked the cables, I uninstalled Indesign. Reinstalled, updated tools DPS, restarted, trashed preferences. I don't know what to do now. Everything was fine until yesterday. What gives?

    Please visit http://status.adobedps.com/ and http://forums.adobe.com/thread/1175754.

    Neil

  • change password for the sys user

    How can I change the password for the sys user?... I want to change the password so that no one else besides me can use the sysdba account

    change or add a parameter in the file sqlnet.ora None

    SQLNET.authentication_services = (NONE)

    wait for the right password that no one can access it;

    Try this

    then check;

    SQL > SELECT * FROM V$ PWFILE_USERS;

  • Howw can I use extensions I have installed as the admin for a standard user account? When I go on my Add ons under the standard user, no script is not an option. Thank you

    Hi, I'm using Vista and Firefox 3.6. I installed some popular addons such as no script and the web page of the trust for the admin account, but when I connect under the standard account with fewer rights, I do not have them available. The only way I can get to run is to right click and run as administrator which defeats the purpose to log on as a standard user. Thanks for any help you can provide.

    See:

Maybe you are looking for

  • On OSX 10.9.2 cannot attach files to gmail.

    I am running OSX 10.9.2. Try to attach a local file to a message in gmail blocks Firefox hang. He gets to the download screen and then comes the beach of rotation ball. Must start the Finder and kill Firefox. I have Firefox "Reset". I also uninstalle

  • Qosmio F60 - install Windows 8 - missing DVD/CD player

    It is clear from my DVD or CD burner has flown the coop after loading Windows 8, coincidence?or defective Toshiba Qosmio F60? I can't reinstall it because the drivers missing. Where can I download a new drive for the cd dvdwho works with windows 8? H

  • HP Compaq 6000 Pro SFF: PCI Simple Communications Controller Driver Windows 7

    Good afternoon everyone, I'm in the middle of installing Windows 7 on a 6000pro but I could not find the driver for the controller PCI of communication Simple. The hardware ID is: PCI\VEN_8086 & DEV_2E14 & SUBSYS_3048103C & REV_03 PCI\VEN_8086 & DEV_

  • can a macbook 2008 move to el capitan

    a 2008 update tp el capitan mac book does

  • HP Stream 13: Dropbox on stream HP 13

    Dear all, I am considering buying the HP 13 flow. I understand that it is only a 32 GB eMCC. I would like to install dropbox on it. I have two questions (1) what I should buy a flash player or a microSD card to increase my storage space? Is there a d