DBAsupport.com Forums - Powered by vBulletin
Results 1 to 10 of 15

Thread: Oracle Pawword file

Threaded View

  1. #10
    Join Date
    Sep 2000
    Location
    Chennai, India
    Posts
    865
    Originally posted by hamhey
    Soldb SQL>select * from v$pwfile_users;
    ERROR:
    ORA-00600: internal error code, arguments: [KSSRMP1], [], [], [], [], [], [], []
    Use a order by clause in your above query.

    Code:
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    
    Input truncated to 31 characters
    BLAZE: SYS> select * from v$pwfile_users order by 1;
    
    USERNAME                       SYSDB SYSOP
    ------------------------------ ----- -----
    INTERNAL                       TRUE  TRUE
    SYS                            TRUE  TRUE
    
    BLAZE: SYS> grant sysdba to rgg;
    
    Grant succeeded.
    
    BLAZE: SYS>  select * from v$pwfile_users order by 1;
    
    USERNAME                       SYSDB SYSOP
    ------------------------------ ----- -----
    INTERNAL                       TRUE  TRUE
    RGG                            TRUE  FALSE
    SYS                            TRUE  TRUE
    
    BLAZE: SYS> 
    
    BLAZE: SYS>  select * from v$pwfile_users;
    ERROR:
    ORA-00600: internal error code, arguments: [KSSRMP1], [], [], [], [], [], [], []
    
    
    
    no rows selected
    
    BLAZE: SYS>
    Last edited by ggnanaraj; 06-10-2003 at 03:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width