IMP-00017-ctxsys.driimp.create_index During IMPORT

Hi
I got this error while importing a dumpfile to database.
Please help me to solve this error.
I create database manually.
Run scripts - cattalog.sql, catproc.sql,pupbls.sql
===========================
. importing MHUBADMIN's objects into MHUBADMIN
IMP-00017: following statement failed with ORACLE error 6550:
"BEGIN "
"ctxsys.driimp.create_index('ORG_TEXT','ORGANIZATION',USER,"
"'ORG_ID','2','ORG_NAME','1',"
"'250','6','8130','7',"
"NULL, NULL, NULL, 0,NULL );"
"ctxsys.driimp.set_object('DATASTORE','DIRECT_DATASTORE',0);"
"ctxsys.driimp.set_object('DATATYPE','CHAR_DATATYPE',0);"
"ctxsys.driimp.set_object('DATAX','SYNCH_DATAX',0);"
"ctxsys.driimp.set_object('FILTER','NULL_FILTER',0);"
"ctxsys.driimp.set_object('SECTION_GROUP','NULL_SECTION_GROUP',0);"
"ctxsys.driimp.set_object('LEXER','BASIC_LEXER',0);"
"ctxsys.driimp.set_object('WORDLIST','BASIC_WORDLIST',2);"
"ctxsys.driimp.set_value('STEMMER','1');"
"ctxsys.driimp.set_value('FUZZY_MATCH','1');"
"ctxsys.driimp.set_object('STOPLIST','BASIC_STOPLIST',76);"
"ctxsys.driimp.set_value('STOP_WORD','Corp');"
"ctxsys.driimp.set_value('STOP_WORD','Mr');"
"ctxsys.driimp.set_value('STOP_WORD','Mrs');"
"ctxsys.driimp.set_value('STOP_WORD','Ms');"
"ctxsys.driimp.set_value('STOP_WORD','Mz');"
"ctxsys.driimp.set_value('STOP_WORD','a');"
"ctxsys.driimp.set_value('STOP_WORD','about');"
"ctxsys.driimp.set_value('STOP_WORD','after');"
"ctxsys.driimp.set_value('STOP_WORD','all');"
"ctxsys.driimp.set_value('STOP_WORD','also');"
"ctxsys.driimp.set_value('STOP_WORD','an');"
"ctxsys.driimp.set_value('STOP_WORD','and');"
"ctxsys.driimp.set_value('STOP_WORD','any');"
"ctxsys.driimp.set_value('STOP_WORD','are');"
"ctxsys.driimp.set_value('STOP_WORD','as');"
"ctxsys.driimp.set_value('STOP_WORD','at');"
"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;"
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:
regards
Mathew

Hi,
Re: Oracle TEXT - 9i2, how to install?Can you please explain the
https://metalink.oracle.com/metalink/plsql/f?p=130:14:5595607003301366102::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,275689.1,1,1,1,helvetica
in Re: Oracle TEXT - 9i2, how to install?
I run
@%ORACLE_HOME%\ctx\admin\dr0csys.sql ctxsys system temp
grant CTXAPP to mhubadmin;
and again I tried to import. Still I am getting the same error.
regrads
Mathew

Similar Messages

  • Is there anyway to use imp and rename a tablespace during import? Sort of what remap_tablespace for datapump import does?

    I have a dump file from a 9i Oracle database with tablespace USERDEL_DATA but my database in 11g has tablespace USER_DEL_DATA. I don't want to name the tablespace what it is called in the 9i database because the naming convention is not consistent with what I have been naming the tablespaces. There needs to be a '_' between USER and DEL.
    The problem I have is that, each time I try importing to 11g database, some tables that probably have USERDEL_DATA as their default tablespace in the 9i database would not import into the 11g database. Is there any parameter (I haven't found one yet) using native import (i.e. imp) to remap_tablespace? I know with impdp, I would be able to remap tablespace easily but this dump file is from a 9i database and impdp would not work on it. Please help.
    Thank you for your assistance.

    The old exp/imp utilities have a tablespace transport mode, sort of like the end goal, but maybe not quite exactly.
    >> tables that probably have USERDEL_DATA as their default tablespace
    That's not quite accurate, users have a default tablespace, used for table creation when a tablespace isn't specified in the DDL.
    What we've done when an export file has tablespaces that disagree with the tablespace names in the import target, go ahead and create the disagreeable tablepspace, and set the target schema(s) user(s) to have zero quota on the "bad" named tablespace. The IGNORE=Y imp setting will end up putting the tables into the user default tablespace, as long as the user(s) haven't picked up the unlimited tablespace system privilege somehow/somewhere.
    So when import is done, just drop the bad tablespace [including contents and datafiles]; and Problem Solved.
    >> the naming convention is not consistent
    Not seeing a problem there. Its got a name, tablespace(s) have to have one. Don't care what its called, just do have to know about it for backup/recovery, that would be the critical bit..

  • IMP-00017 error during the import

    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "T_CARTON_NBRS" TIMESTAMP '2009-12-16:12:04:50' OID '7296549639"
    "DC2076E0430A6488C02076' "
    " is table of varchar2(20);"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "T_CASE_NBRS" TIMESTAMP '2009-12-16:12:04:50' OID '7296549639D8"
    "2076E0430A6488C02076' "
    " is table of varchar2(20);"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    IMP-00017: following statement failed with ORACLE error 2304:
    plese let me know abt this error
    THANKS IN ADVANCE.

    damorgan, if you have any power to influence how Oracle Forum works, I would buy you a 6pack ;-) I totally 300% agree with you.
    it would be really helpful if next to SUBJECT and MESSAGE there would be two texboxes for OPERATING SYSTEM and ORACLE VERSION (these could be even as a drop-down list).
    thanks a lot
    jiri

  • Import error imp-00017: following statement failed with oracle error 1659:

    Hi all,
    I am trying to import a file (dmp) which is of 1.63GB size,
    when I type
    imp
    dbname/pwd@db
    c:\filepath
    30720
    no
    no
    yes
    yes
    yes
    I am getting the error imp-00017: following statement failed with oracle error 1659:
    -- end it says Ora-01659 unable to allocate minextents beyond 1 in tablespace USERS
    --unable to create INITIAL extent for segment in tablespace USERS
    --import terminated successfully with warnings
    when I looked into
    select maxbytes,file_name from dba_data_files where tablespace_name='USERS';3.4360+10 c:\oracle\product\10.2.0\oradata\orcl\users01.dbf
    kindly help me in solving this is.
    Regards,
    aak
    Edited by: AAK 460425 on Apr 12, 2009 6:33 PM

    Thanks,
    select bytes from user_free_space where tablespace_name='USERS'
    BYTES
    458752
    720896
    458752
    655360
    43384832
    is the size less?
    My apology I have updated this in the below thread, which is same as this one.
    Re: Import error

  • Import error IMP-00017 and ORA-01950 no privileges on tablespace

    Hi,
    I am trying to do a full import into a 10.2.0.4 database from a 9.2.0.6 export dumpfile. The tablespaces have already been pre-created. I got this error on one tablespace, and I can't figure out why because I was using SYS to do import, how come SYS doesn`t have this privilege. All objects in other tablespaces were created without this problem.
    - IMP-00017: following statement failed with ORACLE error 1950:
         "CREATE TABLE "FYAERLG" ...
    - ORA-01950: no privileges on tablespace 'INFOTABLES'
    Please help.
    Thanks
    -lixidon

    Who is the owner of "FYAERLG" ?
    Try granting the owner of the table, quota on INFOTABLES tablespace.
    **Added**
    Note [95554.1|https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=95554.1] explains a scenario,which could be the reason for this failure.
    Edited by: Bobcatalog on Jan 8, 2009 12:49 PM

  • Import data - errors: IMP-00017, IMP-00003, ORA-04052, ORA-00604, ORA-12154

    When I try to import data from dmp file to my database I found errors whitch repeat all time..
    First console show me:
    IMP-00017: following statement failed with ORACLE error 4052
    then show all procedure in which there are errors. After procedure I've got:
    IMP-00003: ORACLE error 4052 encountered
    ORA-04052: error occurred when looking up remote object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve service name
    IMP-00017: following statement failed with ORACLE error 4043:
    "ALTER PROCEDURE "CHECK_TIMESTAMP" COMPILE TIMESTAMP '2006-09-18:14:45:"
    "05'"
    IMP-00003: ORACLE error 4043 encountered
    ORA-04043: object CHECK_TIMESTAMP does not exist
    and after that the same errors for another procedures :( What can I do??

    ORA-04052: error occurred when looking up remote
    object [email protected]
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12154: TNS:could not resolve service name
    and after that the same errors for another procedures
    :( What can I do??Fix the tnsnames.ora i.e. name resolution problem (lookup the description for ora-12154).

  • Import utilities - Error IMP-00017

    Hi !
    Anybody knows how i can fix this problem:
    IMP-00017: following statement failed with ORACLE error 3113:
    "CREATE INDEX "RC0101111" ON "RC010111" ("RC_FILIAL" , "RC_MAT" , "RC_PD" , "
    ""RC_CC" , "RC_SEMANA" , "RC_SEQ" , "R_E_C_N_O_" ) PCTFREE 10 INITRANS 2 MA"
    "XTRANS 255 STORAGE(INITIAL 65536) TABLESPACE "DADOSIDX" LOGGING"
    IMP-00003: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    IMP-00000: Import terminated unsuccessfully
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    Sometimes when I'm importing tables, i get this error, but it's occur not in the same table.
    Anybody has any ideia, how can i fix it ?
    Thanks in advanced.
    Gerson Belini

    The version that I'm using is 8.1.5.
    I got the follow error, trying import the tables again:
    IMP-00003: ORACLE error 600 encountered
    ORA-00600: internal error code, arguments: [25012], [7], [0], [], [], [], [], []
    IMP-00017: following statement failed with ORACLE error 20000:
    "BEGIN DBMS_STATS.SET_INDEX_STATS(NULL,'SB10101',NULL,NULL,NULL,20888,470,2"
    "0888,1,1,20888,2); END;"
    IMP-00003: ORACLE error 20000 encountered
    ORA-20000: Unable to set values for index SB10101: does not exist or insufficient privileges
    ORA-06512: at "SYS.DBMS_STATS", line 1878
    ORA-06512: at "SYS.DBMS_STATS", line 1970
    ORA-06512: at line 1
    Then the import utility import three or four table more, and generate the error again:
    IMP-00003: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    IMP-00000: Import terminated unsuccessfully
    IMP-00021: operating system error - error code (dec 2, hex 0x2)
    If you can help me, I will thanks a lot.
    Thanks in advanced.
    Gerson Belini.

  • Ora-04021 during import

    Hi Guys,
    I am doing an import during which i got this error .
    IMP-00017: following statement failed with ORACLE error 4021:
    "GRANT EXECUTE ON "VCP_PMC_PKG" TO "HERNANDEZO""
    IMP-00003: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object NCC.VCP_PMC_PKG.
    SQL> SELECT * FROM v$access WHERE object = 'VCP_PMC_PKG';
    SID OWNER
    OBJECT
    TYPE
    174 NCC
    VCP_PMC_PKG
    PACKAGE
    SQL> select oracle_username, os_user_name,locked_mode,object_name,object_type
    from v$locked_object a, dba_objects b
    where a.object_id=b.object_id;
    2 3
    no rows selected.
    how to get rid of this error?
    Thanks in advance.

    Hi, what happen if you try of execute the next statement in the directly from SQL*Plus to the database.
    GRANT EXECUTE ON "VCP_PMC_PKG" TO "HERNANDEZO"
    Are you get the same error??
    Regards
    Luck
    Have a good day.

  • UNDOTBS - ERRORS DURING IMPORT

    Hi,
    I have an Oracle 9i database running on a Linux box. It was running out of disk space (only 2GB free). I decided to create a new undotbs (UNDOTBS2), on a separate Disk (/usr/oracle/local/), because the original undotbs (/usr/oracle/data/UNDOTBS1) was quite big 3.7 GB!
    I switched to the new undotbs(2), and Oracle was happy all day long. The thing is, I have a script that drops 2 schema during the night, recreates them and import data into these 2 schemas,from a dump file (another database).
    This morning I noticed that the import process aborted (see error messages below),complaining that the UNDOTBS1 tablespace "couldn't be read at this time'. What is that mean?
    The following are the steps I had to follow, to be able to import the data.
    1. Move /usr/oracle/dataUNDOTBS1 to /usr/oracle/local/
    (both TS are on the same directory).
    2. Both TS are online.
    3. Oracle is using UNDOTBS1.
    I would like to get rid of one of these TS, but I afraid that by doing so, the nightly script will abort again.
    Any ideas?! Thanks, Juvenal
    -----ERROR MESSAGE BEGINS--------------------------------
    Import: Release 9.2.0.3.0 - Production on Tue Feb 3 23:07:24 2004
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Release 9.2.0.3.0 - Production
    JServer Release 9.2.0.3.0 - Production
    Export file created by EXPORT:V09.02.00 via conventional path import done in US7ASCII character set and AL16UTF16 NCHAR character set import server uses WE8ISO8859P1 character set (possible charset conversion) . importing IBT's objects into IBT . importing IBT_SECURITY's objects into IBT_SECURITY . importing IBT's objects into IBT
    . . importing table "ACCOUNT" 68795 rows imported
    . . importing table "ACCOUNTING_BRANCH" 101 rows imported
    . . importing table "ACCOUNTING_COMPANY" 80 rows imported
    . . importing table "ADDRESS" 207761 rows imported
    IMP-00017: following statement failed with ORACLE error 604: "CREATE UNIQUE INDEX "PK_ADDRESS" ON "ADDRESS" ("ADDR_ID" ) PCTFREE 10 INIT" "RANS 2 MAXTRANS 255 STORAGE(INITIAL 245760 FREELISTS 1 FREELIST GROUPS 1) TABLESPACE "IBT_INDEX" NOLOGGING"
    IMP-00003: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 2 cannot be read at this time
    ORA-01110: data file 2: '/usr/oracle/data/undotbs01.dbf'
    IMP-00017: following statement failed with ORACLE error 604: "CREATE INDEX "IND_ADDR_SUB_ID" ON "ADDRESS" ("ADDR_SUB_ID" ) PCTFREE 10 IN" "ITRANS 2 MAXTRANS 255 STORAGE(INITIAL 245760 FREELISTS 1 FREELIST GROUPS 1)" " TABLESPACE "IBT_INDEX" NOLOGGING"
    IMP-00003: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00376: file 2 cannot be read at this time
    ORA-01110: data file 2: '/usr/oracle/data/undotbs01.dbf'
    -----ERROR MESSAGE ENDS--------------------------------

    I think the filesystem where the new datafile is does not have the correct permission to allow Oracle writes on it.
    apply this command and reply the result:
    ls -l /usr/oracle/data
    the group has be "dba"
    if you want to change the permission on that folder you have to do this connected as root:
    chown oracle.dba /usr/oracle/data
    Joel Pérez
    http://otn.oracle.com/experts

  • During import ora-01917 user or role does not exist "High Priority"

    Hi,
    When i import the data the following error occured.
    imp system/[email protected] fromuser=dmv_ace_ruh touser=dmv_ace_ruh file=F:\dmvaceruh.dmp log=F:\dmvaceruhimp.log ignore=y
    fromuser=dmv_ace_ruh (exported by another database i.e database name is ACE)
    OS = Sun solaris
    touser=dmv_ace_ruh (database name is SAI)
    OS = windows server 2003
    Database Common 10g
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via direct path
    Warning: the objects were exported by DMV_ACE_RUH, not by you
    import done in AR8MSWIN1256 character set and AL16UTF16 NCHAR character set
    export client uses WE8MSWIN1252 character set (possible charset conversion)
    . importing DMV_ACE_RUH's objects into DMV_ACE_RUH
    . . importing table "DMV_COVER_RISK_SMI_DISC_LOAD" 0 rows imported
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT DELETE ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT INDEX ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT INSERT ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT SELECT ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT UPDATE ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT REFERENCES ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ON COMMIT REFRESH ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'PREM_ACE_RUH' does not exist
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT QUERY REWRITE ON "DMV_COVER_RISK_SMI_DISC_LOAD" TO "PREM_ACE_RUH""
    IMP-00003: ORACLE error 1917 encountered
    Regards
    S.Azar
    DBA
    Edited by: azarmohds on Oct 5, 2009 5:11 AM

    oradba wrote:
    What's not clear with this error message? The mentioned role ''PREM_ACE_RUH' does not exist in the target database. So granting privileges to this role cannot work.
    Werner''PREM_ACE_RUH' this is one of the user of ACE database. but i exported DMV_ACE_RUH user data only...
    but i cannot import the dmv_ace_ruh data to same user name of SAI database..
    regards
    S.azar

  • IMP-00017: following statement failed with ORACLE error 901:

    Why I get these error messages while I do full import? Could anyone help me on this issue?
    IMP-00017: following statement failed with ORACLE error 901:
    "CREATE FORMAT92TRIG "
    IMP-00003: ORACLE error 901 encountered
    ORA-00901: invalid CREATE command
    IMP-00008: unrecognized statement in the export file:
    ýÿ$
    Note:- I have used the same command to import the same export file to a different SID and it went fine but when I try to do import for SID (DEMO), I get the above mentioned errors.
    Thanks
    Rajesh Kumar

    Thanks for the clue
    Got it right, when i changed the primary Oracle Home from 10gDS to 9iDB. 10gDS has a lower version of import as compared to 9iDB.
    Rajesh

  • Problem during import

    hi gems...
    when i am trying to import a dump file into our database then the following error occured...
    i am using the simple import utility since the dump has taken using simple export utility..
    IMP-00017: following statement failed with ORACLE error 14063:
    "ALTER TABLE "TABLE_NAME" ADD CONSTRAINT "PK1_TABLE_NAME"
    PRIMARY KEY ("COLUMN_NAME_1") USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255 STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT) TABLESPACE "INDEX_TBS" LOGGING"
    IMP-00003: ORACLE error 14063 encountered
    ORA-14063: Unusable index exists on unique/primary constraint key
    IMP-00017: following statement failed with ORACLE error 14048:
    "ALTER INDEX "PK1_TABLE_NAME" UNUSABLE ENABLE "
    IMP-00003: ORACLE error 14048 encountered
    ORA-14048: a partition maintenance operation may not be combined with other operations
    i have gone through the online helps from different sites but didnt found any action...
    please help...

    Please check this out :
    ORA-14063: Unusable index exists on unique/primary constraint key
    Cause: User attempted to add or enable a primary key/unique constraint on column(s) of a table on which there exists an index marked Index Unusable.
    Action: Drop the existing index or rebuild it using ALTER INDEX REBUILD
    ORA-14048: a partition maintenance operation may not be combined with other operations
    Cause: ALTER TABLE or ALTER INDEX statement attempted to combine a partition maintenance operation (e.g. MOVE PARTITION) with some other operation (e.g. ADD PARTITION or PCTFREE which is illegal
    Action: Ensure that a partition maintenance operation is the sole operation specified in ALTER TABLE or ALTER INDEX statement; operations other than those dealing with partitions, default attributes of partitioned tables/indices or specifying that a table be renamed (ALTER TABLE RENAME) may be combined at will
    May i know which sort of import you are performing ? schema/full_db/table_level ?
    Please truncate all the tables and drop all other objects in the database or database schema(based on the requirement) on which you are going to import the data...

  • IMP-00017: following statement failed with ORACLE error 2304

    Hi,
    in 9i DB when importing I have :
    IMP-00017: following statement failed with ORACLE error 2304:
    "CREATE TYPE "T_NUMBER" TIMESTAMP '2007-04-02:10:02:26' OID '6B4C21C0310143B"
    "A97211E5E8301C09E' "
    " as table of number"
    IMP-00003: ORACLE error 2304 encountered
    ORA-02304: invalid object identifier literal
    Can any one please explaine me the problem and if possible a solution ?
    Many thanks.

    The problem is explained in the metalink Note:113335.1

  • IMP-00017: following statement failed with ORACLE error 1849

    Hi
    We have a instance 11.1.0.7
    while doing import i got the issue as:
    IMP-00017: following statement failed with ORACLE error 1849:
    "BEGIN "
    "dbms_scheduler.create_job('"MAXIMOTSSYNC"',"
    "job_type=>'STORED_PROCEDURE', job_action=>"
    "'maximo_ts_job'"
    ", number_of_arguments=>0,"
    "start_date=>'30-AUG-12 15.12.04.000000 +04:00', repeat_interval=> "
    "'SYSDATE + 5/1440'"
    ", end_date=>NULL,"
    "job_class=>'"DEFAULT_JOB_CLASS"', enabled=>FALSE, auto_drop=>TRUE,comments="
    ">"
    "NULL"
    "dbms_scheduler.enable('"MAXIMOTSSYNC"');"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1849 encountered
    ORA-01849: hour must be between 1 and 12
    ORA-06512: at line 2
    IMP-00091: Above error occurred on the following function and object: CREATE MAXIMOTSSYNC. Remaining PL/SQL blocks for this object will be skipped.
    Import terminated successfully with warnings.
    My imp command is:
    imp system/manager file=schema.DMP log=schema.log fromuser=max touser=max
    Please suggest on this
    Thanks
    Shaik

    ORA-01849: hour must be between 1 and 12Error: ORA 1849
    Text: hour must be between 1 and 12
    Cause: An invalid hour was specified for a date using the 12-hour time format.
    If a 12-hour format code (HH or HH12) is used, the specified hour must
    be between 1 and 12.
    Action: Enter an hour value between 1 and 12.

  • IMP-00017: following statement failed with ORACLE error 1031

    Hello,
    I export a schema from prod (database A) and I try to imported to onther test database (databse B).
    database A: single database - Non ASM - 10gR1
    database B: RAC database - ASM -10gR2
    To import database I use this:
    imp osiris/b@osiris file=prod_osiris070601.dmp full=y ignore=y log=osiris.log
    All the tables are imported withot problem but when he start to imprt views I get this error:
    IMP-00017: following statement failed with ORACLE error 1031:
    Can you please help?
    Thanck you in advance.

    I thing that the problem is that the user can not create views!!!
    I create the user normaly and I give him this rols: "CREATE SESSION", "CONNECT" and "RESOURCE"
    it's ok?
    . . importing table "ZIP_CODE" 70768 rows imported
    IMP-00017: following statement failed with ORACLE error 1031:
    "CREATE FORCE VIEW "OSIRIS"."DETAILED_FRANKING_SYSTEM_VIEW" "
    " ("CONFIGURATION_SYSTEM_ID","SYSTEM_ID","DEVICE_SERIAL_NO","OPCO_DE"
    "VICE_SERIAL_NO","STATUS","BO_CUST_ID","CUSTOMER_NAME","CUSTOMER_ADDRESS_NAM"
    "E","CUSTOMER_STREET1","CUSTOMER_STREET2","CUSTOMER_STREET3","CUSTOMER_STREE"
    "T4","CUSTOMER_CITY","CUSTOMER_STATE","CUSTOMER_ZIP4","CUSTOMER_ZIP","CUSTOM"
    "ER_COUNTRY","CUSTOMER_NAME_CAP","CUSTOMER_ADDRESS_NAME_CAP","CUSTOMER_STREE"
    "T1_CAP","CUSTOMER_STREET2_CAP","CUSTOMER_STREET3_CAP","CUSTOMER_STREET4_CAP"
    "","CUSTOMER_ADDRESS_STREET_CAP","CUSTOMER_CITY_CAP","CUSTOMER_STATE_CAP","C"
    "USTOMER_COUNTRY_CAP","INSTALL_ADDRESS_NAME","INSTALL_STREET1","INSTALL_STRE"
    "ET2","INSTALL_STREET3","INSTALL_STREET4","INSTALL_CITY","INSTALL_STATE","IN"
    "STALL_ZIP4","INSTALL_ZIP","INSTALL_COUNTRY","INSTALL_ADDRESS_NAME_CAP","INS"
    "TALL_STREET1_CAP","INSTALL_STREET2_CAP","INSTALL_STREET3_CAP","INSTALL_STRE"
    "ET4_CAP","INSTALL_ADDRESS_STREET_CAP","INSTALL_CITY_CAP","INSTALL_STATE_CAP"
    "","INSTALL_COUNTRY_CAP","DESCRIPTION","CONFIG_MODEL_ID","TYPE","PART_NUMBER"
    "AND DEVICE_SYSTEM.DEVICE_TYPE='METER'"
    "AND US_SERIAL_NO_CONVERTER.DEVICE_SERIAL_NO(+) = DEVICE_SYSTEM.DEVICE_SERIA"
    "L_NO"
    IMP-00003: ORACLE error 1031 encountered
    ORA-01031: insufficient privileges
    IMP-00017: following statement failed with ORACLE error 942:
    "GRANT DELETE ON "DETAILED_FRANKING_SYSTEM_VIEW" TO "APP""
    IMP-00003: ORACLE error 942 encountered
    Message was edited by:
    ASkika

Maybe you are looking for

  • Group Text with Android Doesn't Work

    Hi- I had been using an iPhone for a few years, and decided to switch over to Android. It took some time to get my phone number disassociated from iMessage/iCloud, but I was eventually able to get that done. Since iOS8 came out, though, I'm starting

  • How do I create a table without Excel?

    I couldn't find the option insert table? Is it possible to insert rows and columns? I don't have Microsoft Excel but Open Office Thanks for your help

  • Profit center accounting t codes

    Hai, can any one give list of total t codes in co-pca customisation, reporting and during closing process. madhav

  • FM Derivation in Case COPA

    Hi, Scenario i am implementing COPA, i am booking the common cost at cost center level and then distribute /allocate the same from cost center to profitablity segment as per ratio, in that case what will happened in FM. I have derivation rule CCTr to

  • BADI name during SAVE after creating or changing a material in MM01and MM02

    Hi gurus, Please refer me BADI name during SAVE after creating or changing a material in MM01and MM02. Whenever a user changes or creates a meterial ,I want the BADI name at that point.Exit name or Enhancement point will also suffice.Please help..