http://iotn.co.kr ¿¬¶ôó: gilho.kr@gmail.com [ The Japanese government should apologize to Japanese Military Sexual Slavery victim. / ìíÜâïÙݤªÏìíÜâÏÚªÎàõîÜÒ¿ÖË?ßåíºªËÞóñªª¹ªÙª­. ]

»ç¿ëÀÚ

ID:
PW:

INDEX
01.°Ô½ÃÆÇ
°Ô½ÃÆÇ [71]
02.File Book
File ÀÚ·á½Ç [95]
Site Link [17]
°³ÀÎÆú´õ [201]
03.Field Book
Altibase [19]
Tibero [30]
MS-SQL [25]
MySQL [43]
DB2 [79]
ORACLE [3003]
PSQL [134]
±âŸÁ¤º¸ [155]
¿î¿µÃ¼Á¦ [603]
04.Q/A Book
Q/A [53]
05.¹æ¸í·Ï
¹æ¸í·Ï [54]
·¹º§¾÷ [37]
±¸ÀÎ/±¸Á÷ [2]

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

 È¸¿ø°¡ÀÔ

create ctxsys [ 9i,10g ]
ÃÖ±æÈ£ [LIST]   2011-04-16 20:25:33, Á¶È¸ : 33,835

i## imp error
IMP-00017: following statement failed with ORACLE error 6550:
IMP-00003: ORACLE error 6550 encountered
ORA-06550: line 2, column 1:
PLS-00201: identifier 'CTXSYS.DRIIMP' must be declared
ORA-06550: line 2, column 1:
PL/SQL: Statement ignored
ORA-06550: line 8, column 1:
PLS-00201: identifier 'CTXSYS.DRIIMP' must be declared
ORA-06550: line 8, column 1:
PL/SQL: Statement ignored
ORA-06550: line 10, column 1:
PLS-00201: identifier 'CTXSYS.DRIIMP' must be declared
ORA-06550: line 10, column 1:
PL/SQL: Statement ignored
ORA-06550: line 12, column 1:
PLS-00201: identifier 'CTXSYS.DRIIMP' must be declared
ORA-065
IMP-00088: Problem importing metadata for index ARTICLE_VALUE_IDX. Index creation will be skipped
Import terminated successfully with warnings.
## SQL> error
exec ctxsys.driimp.create_index('ARTICLE_VALUE_IDX','ARTICLE_CONTENT_TBLC',USER,'ARTID,MODSERNO','1','VALUE','112','0','98224','8130','98225',NULL, NULL, NULL, 0,NULL );
ERROR at line 1:
ORA-20000: Oracle Text error:
DRG-52204: error while registrating index
ORA-06508: PL/SQL: could not find program unit being called
ORA-06512: at "CTXSYS.DRUE", line 157
ORA-06512: at "CTXSYS.DRIIMP", line 100
ORA-06512: at line 1

-- Á¶Ä¡
-- 9i
conn /as sysdba
create tablespace drsys datafile
'/oracle/product/9.2/oradata/DB/drsys01.dbf'
size 20m autoextend on next 20m maxsize unlimited;
@?/ctx/admin/dr0csys ctxsys drsys temp
conn ctxsys/ctxsys
@?/ctx/admin/dr0inst ?/ctx/lib/libctxx9.so
@?/ctx/admin/defaults/drdefus.sql
grant execute on ctxsys.ctx_ddl to public;
grant CTXAPP to user_name;

col version format a14
col comp_name format a30
select COMP_NAME,VERSION,STATUS from dba_registry;

-- test
BEGIN  
ctxsys.driimp.create_index('ARTICLE_VALUE_IDX','ARTICLE_CONTENT_TBLC',USER,
'ARTID,MODSERNO','1','VALUE','112',
'0','98224','8130','98225',
NULL, NULL, NULL, 0,NULL );
ctxsys.driimp.set_object('DATASTORE','DIRECT_DATASTORE',0);
ctxsys.driimp.set_object('DATATYPE','LOB_DATATYPE',0);
ctxsys.driimp.set_object('DATAX','SYNCH_DATAX',0);
ctxsys.driimp.set_object('FILTER','NULL_FILTER',0);
ctxsys.driimp.set_object('SECTION_GROUP','AUTO_SECTION_GROUP',0);
ctxsys.driimp.set_object('LEXER','BASIC_LEXER',0);
ctxsys.driimp.set_object('WORDLIST','BASIC_WORDLIST',2);
ctxsys.driimp.set_value('STEMMER','8');
ctxsys.driimp.set_value('FUZZY_MATCH','3');
ctxsys.driimp.set_object('STOPLIST','BASIC_STOPLIST',0);
ctxsys.driimp.set_object('STORAGE','BASIC_STORAGE',2);
ctxsys.driimp.set_value('R_TABLE_CLAUSE','lob (data) store as (cache)');
ctxsys.driimp.set_value('I_INDEX_CLAUSE','compress 2');
commit;
COMMIT;
END;
/

PL/SQL procedure successfully completed.

-- Ãâó
http://www.dbatools.net/experience/oracle_context_index_install.html
3.235.60.197


  LIST

Á¦¸ñ ÀÛ¼ºÀÚ ÀÛ¼ºÀÏ Á¶È¸
Troubleshoot  IMP-00058 ORA-01461 IMP-00028 ORA-29275 [ character setÀº µ¿ÀÏÇÏ°Ô Çϼ¼¿ä ]    ÃÖ±æÈ£ 2009/08/28 34859
Troubleshoot  ORA-16038, ORA-00354, ORA-00353, ORA-16014, Archiver process freed from errors. No longer stopped    ÃÖ±æÈ£ 2008/06/28 34710
Install and Config  Linux 4U5 MEM: 16G SGA: 8G [ 6½Ã°£ »ðÁú ¼º°ø±â, ORA-27102 ORA-00385 ERROR: Unable to attach to VLM segment WARNING: EINVAL creating segment ]  [2]  ÃÖ±æÈ£ 2008/06/29 34639
RAC,OPS  rac 10.2 change public IP , VIP , nic device [ vip evtf.log ( clsrevtf: Invalid resource attr ora.node1.vip ) ]  [6]  ÃÖ±æÈ£ 2008/09/16 34300
Tool  ociuldr ÀÔ´Ï´Ù. À¯¿ëÇÏ°Ô »ç¿ëÇÒ ¼ö ÀÖÀ»µí ÇÕ´Ï´Ù. [linux gcc, aix cc]   [1]  ÃÖ±æÈ£ 2010/01/27 34076
Troubleshoot  event enq: SQ - contention [ enqueue lock ]     ÃÖ±æÈ£ 2010/07/11 33921
Troubleshoot  create ctxsys [ 9i,10g ]    ÃÖ±æÈ£ 2011/04/16 33835
Troubleshoot  dbca LRM-00123 ORA-01078    ÃÖ±æÈ£ 2010/11/25 33819
Troubleshoot  ORA-04052 ORA-12154 IMP-00098: INTERNAL ERROR: impccr2    ÃÖ±æÈ£ 2009/04/01 33535
Troubleshoot  ORA-00600: ³»ºÎ ¿À·ù ÄÚµå, Àμö : [12333], [12], [50], [48], [], [], [], []    ÃÖ±æÈ£ 2010/03/24 33305
Install and Config  11g ±âº» ¼³Ä¡ script [ create database script , 10g °¡´É ]    ÃÖ±æÈ£ 2009/07/07 33248
Troubleshoot  /usr/lib/pa20_64/dld.sl: Unable to find library 'libsqlplus.sl' 'libwtc9.sl' 'libclntsh.sl.10.1'    ÃÖ±æÈ£ 2010/05/07 33158
Troubleshoot  ORA-07445: exception encountered: core dump [kghlkaftf()+128], ORA-00470: LGWR process terminated with error    ÃÖ±æÈ£ 2009/12/07 33060
Troubleshoot  opatch rollbackÈÄ OUI-67076    ÃÖ±æÈ£ 2007/07/11 32979
Tuning  DECODE Á¶°ÇÀ» Index »ç¿ëÇÒ ¼ö ÀÖµµ·Ï SQL º¯°æ    ÃÖ±æÈ£ 2010/05/11 32936
Troubleshoot  ORA-12705: Cannot access NLS data files or invalid environment specified    ÃÖ±æÈ£ 2010/10/01 32931
Script  login alter session Àû¿ë [ trigger , alter session , 10046 event ]    ÃÖ±æÈ£ 2009/06/04 32861
Application Server  opmn java.lang.OutOfMemoryError ´ëó    ÃÖ±æÈ£ 2005/06/16 32842
Troubleshoot  HPUX, ORA-09968: scumnt: unable to lock file  [1]  ÃÖ±æÈ£ 2008/02/20 32627
Admin  segment shrink [ alter table ... shrink space; ]  [4]  ÃÖ±æÈ£ 2009/03/31 32454

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

Copyright 1999-2023 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 ÃÖ±æÈ£
ÃÖ±Ù °Ô½Ã¹°
12/01
[ORACLE]
dgmgrl ¿î¿µ, db11st h/w ±³Ã¼ ½Ã³ª¸®....
by ÃÖ±æÈ£
12/01
[ORACLE]
DGMGRL> show configuration;....
by ÃÖ±æÈ£
11/23
[¿î¿µÃ¼Á¦]
arch filesystem 100% full ¿¹¹æ /....
by ÃÖ±æÈ£