[ The imperialist Japanese military must officially acknowledge and apologize for the coercion of young women into sexual slaves. / êꪤҳàõªòàõªÎÒ¿Ö˪˪·ª¿ð¨ÏÐñ«ëùìíÜâÏÚªÎ?ð¤àõªòÍëãÒªËìãªá¡¢Þóñªª·ªÊª±ªìªÐªÊªéªÊª¤. ]

»ç¿ëÀÚ

ID:
PW:

INDEX
01.°Ô½ÃÆÇ
°Ô½ÃÆÇ [72]
02.File Book
File ÀÚ·á½Ç [96]
Site Link [14]
°³ÀÎÆú´õ [201]
03.Field Book
Altibase [19]
Tibero [31]
MS-SQL [32]
MySQL [47]
DB2 [79]
ORACLE [3206]
PSQL [143]
CUBRID [5]
±âŸÁ¤º¸ [194]
¿î¿µÃ¼Á¦ [634]
04.Q/A Book
Q/A [53]
05.¹æ¸í·Ï
¹æ¸í·Ï [54]
·¹º§¾÷ [37]
±¸ÀÎ/±¸Á÷ [2]

±â³äÀÏ
Search
LINK
+ °¡Á· Hompy
+ DNSEver
IOTN :: Field Book :: ORACLE

 È¸¿ø°¡ÀÔ

ORA-04045: errors during recompilation/revalidation of XSERVER.CO_NO_DROP
ÃÖ±æÈ£ [LIST]   2021-09-15 19:43:55, Á¶È¸ : 899


SQL> @$ORACLE_HOME/rdbms/admin/catcmprm.sql ORDIM
SELECT dbms_registry_sys.removal_script('ORDIM')
       *
ERROR at line 1:
ORA-04045: errors during recompilation/revalidation of XSERVER.CO_NO_DROP
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_REGISTRY_SYS", line 196
ORA-04045: errors during recompilation/revalidation of XSERVER.CO_NO_DROP
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_REGISTRY_SYS", line 257
ORA-06512: at "SYS.DBMS_REGISTRY_SYS", line 1001

select
  lpad(' ', 2*level) || granted_role "User, his roles and privileges"
  from
  (
  select null grantee, username granted_role from dba_users
  where username like upper('XSERVER')
  union
  select grantee, granted_role
  from dba_role_privs
  union
  select grantee, privilege
  from dba_sys_privs
  )
  start with grantee is null
  connect by grantee = prior granted_role;

Á¶Ä¡:
grant ADMINISTER DATABASE TRIGGER to XSERVER ;

Ãâó: ORA-04045: errors during recompilation/revalidation of MDSYS.SDO_ST_SYN_CREATE, ORA-01031: insufficient privileges (Doc ID 2144698.1)
216.73.216.200


  LIST

Á¦¸ñ ÀÛ¼ºÀÚ ÀÛ¼ºÀÏ Á¶È¸
Install and Config  sqlldr ORA-01722: invalid number    ÃÖ±æÈ£ 2024/07/08 175
Install and Config  ERROR: [Result.addErrorDescription:771] PRVG-10048 : Name "node2"    ÃÖ±æÈ£ 2024/07/08 116
Install and Config  INS-08101 INS-06006 PRVF-7546 scp.ssh.7.4.zip     ÃÖ±æÈ£ 2024/07/05 159
Admin  KO16MSWIN949 to AL32UTF8 CLOB exp/imp ÇÑ±Û TEST    ÃÖ±æÈ£ 2024/06/30 131
Admin  IMP-00017: following statement failed with ORACLE error 2304:    ÃÖ±æÈ£ 2024/06/28 133
Admin  dba_audit_trail = sys.aud$ dba_fga_audit_trail = sys.fga_log$ delete where sysdate -(365*5)    ÃÖ±æÈ£ 2024/06/27 107
Oracle GoldenGate  OGG-00423 OGG-03533    ÃÖ±æÈ£ 2024/06/26 86
Oracle GoldenGate  logdump filter / x ls / count log    ÃÖ±æÈ£ 2024/06/26 102
Admin  sys_guid json_object json_array / indextype is ctxsys.context    ÃÖ±æÈ£ 2024/06/25 164
Admin  recover copy of database / change copy of database uncatalog; / list copy    ÃÖ±æÈ£ 2024/06/22 104
Admin  create blockchain table / 19.10 ÀÌ»ó ºÎÅÍ °¡´É / ORA-05715    ÃÖ±æÈ£ 2024/06/21 151
Admin  create proxy users    ÃÖ±æÈ£ 2024/06/21 97
Admin  remote_os_authent=true / create user ops$oracle identified externally ;    ÃÖ±æÈ£ 2024/06/21 113
Oracle GoldenGate  logdump reclen env sfet sfnt count filter save    ÃÖ±æÈ£ 2024/06/20 67
Oracle GoldenGate  OGG-15161    ÃÖ±æÈ£ 2024/06/20 127
Backup and Recovery  RMAN-06053: unable to perform media recovery because of missing log    ÃÖ±æÈ£ 2024/06/15 69
Oracle GoldenGate  Replicate data using Oracle Cloud Infrastructure GoldenGate [ Memo ]    ÃÖ±æÈ£ 2024/06/12 104

    ¸ñ·Ïº¸±â   ÀÌÀüÆäÀÌÁö   ´ÙÀ½ÆäÀÌÁö [1][2][3][4][5][6] 7 [8][9][10]..[161]   [´ÙÀ½ 10°³]
       

Copyright 1999-2025 Zeroboard / skin by ÃÖ±æÈ£(gilho.kr@gmail.com)
ÃÖ±Ù ´ñ±Û
2021/06/30
À©µµ¿ì ¼­¹ö¿¡¼­ sqlplus .... ORA-...
by ÃÖ±æÈ£
2021/06/30
ORA-28500: connection from O...
by ÃÖ±æÈ£
2019/05/02
pkg È®ÀÎ SELECT * FROM AL...
by ÃÖ±æÈ£
ÃÖ±Ù °Ô½Ã¹°
07/03
[ORACLE]
create type ORA-39083 ORA-0230....
by ÃÖ±æÈ£
07/03
[ORACLE]
sms recovery check ORA-00278 ....
by ÃÖ±æÈ£
07/02
[¿î¿µÃ¼Á¦]
rsync -auv.
by ÃÖ±æÈ£