Partitioning not active BW oracle 9i

Hi,
I'm installing BW 3.5 based on windowsNT/oracle9i. I've found solutions to the problems so far, but now it seems that partitioning is not active and I don't know what to do. Still, the option has been installed with the database but the parameter is not set in the table V$version.
The problem appeared when I tryied to create a transfer structure in BW.
How can I activate partitioning in oracle 9.2 ?
Thanks in advance for your help !
Laurent ALLAIS

The Oracle partitioning feature is automatically enabled during installation of the BW system.  If you have completed a normal installation, and the partitioning feature is not active, this points to something missed in the installation.  Perhaps you have obtained your Oracle installations (and licensing) directly from Oracle, and not through SAP.  If this is the case, you should contact Oracle about the partitioning feature.  If you completed a normal installation, and for some reason the partitioning feature is not active, please open an SAP customer message on this topic.
Regards -
Ron Silberstein, SAP

Similar Messages

  • ORA-21779: duration not active

    Guys, it looks like nobody knows much about this error and Oracle support is no help.
    The problem seem to be machine/environment specific.
    We get this exception consistently on some of the oracle/intermedia queries on two out of six identical environments. The queries are run from a servlet, only number and varchar2 fields used, no LOBs.
    The configuration across all the environments:
    WL 8.1
    Oracle 9.2.0.7.0
    Oracle JDBC 9.2.0.5
    Some online sources mention that the ORA-21779 error is fixed by some Oracle patch sets, but we've done a cumulative update a couple of weeks ago, maybe someone knows a specific patch or the reason for the problem?
    Thanks,
    Vitaly

    chernovtsy wrote:
    Here's the relevant part of the trace, thanks!
    java.sql.SQLException: ORA-21779: duration not active
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
    at oracle.jdbc.ttc7.TTC7Protocol.fetch(TTC7Protocol.java:1253)
    at oracle.jdbc.driver.OracleResultSetImpl.next(OracleResultSetImpl.java:295)
    at com.skila.search.AsynSearchProcessor.getRecordPriority(AsynSearchProcessor.java:747)
    at com.skila.search.AsynSearchProcessor.iteratorResulSet(AsynSearchProcessor.java:790)
    at com.skila.search.AsynSearchProcessor.fetchByDate(AsynSearchProcessor.java:311)
    at com.skila.search.AsynSearchProcessor.getSearchResults(AsynSearchProcessor.java:1069)
    at com.skila.search.SearchServlet.doPost(SearchServlet.java:293)
    at com.skila.reddog.common.AbstractSkilaServlet.processRequest(AbstractSkilaServlet.java:182)
    at com.skila.reddog.common.AbstractSkilaServlet.service(AbstractSkilaServlet.java:160)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)That looks like an ancient version of the driver... Ca you try repeating this with the
    latest 10g (10.2) driver? How easily/regularly can you repeat this? Is there anything
    fancy about your JDBC code? Can I see it? One main problem people have with
    JDBC in servlets is not making all JDBC objects method-level objects, and therefore
    risking non-threadsafety.
    Regardless, have you shown Oracle support a full JDBC stacktrace of the exception?
    thanks
    Joe
    PS: is there any WebLogic code in the picture? It seems you're making
    direct JDBC connections...
    Joe

  • How can we verify if bind peekink is activated by Oracle or not

    Hi
    Oracle Version 10.2.0.5
    CURSOR_SHARING="SIMILAR"
    hidden parameter optimpeek_user_binds = "TRUE"
    stats gathering with "for all columnes size 1 "
    SQL>
    SQL> set linesize 300
    SQL> set pagesize 1000
    SQL> /
    PLAN_TABLE_OUTPUT
    SQL_ID bh7hrghvacvqn
    select * from ( select f_p_person0_.BPP_IDENT as col_0_0_ from F_P_PERSONNE f_p_person0_
    left outer join T_ETABLISS t_etabliss1_ on f_p_person0_.BPP_PTRETABIDENT=t_etabliss1_.TA_IDEN
    T left outer join F_INTERMEDIAIRE f_intermed2_ on
    f_p_person0_.BPP_PTR_INIDENT=f_intermed2_.IN_IDENT where (f_p_person0_.BPP_PP_ACTIVE is
    null) and (f_p_person0_.BPP_SOCIETE=:1 or f_p_person0_.BPP_SOCIETE=:2 ) and
    (t_etabliss1_.TA_CODE=:3 or t_etabliss1_.TA_IDENT is null) and
    (t_etabliss1_.TA_PTRTDILVID=:4 or t_etabliss1_.TA_IDENT is null) and (exists (select
    f_polices3_.POL_IDENT, f_p_c_clie4_.BPCL_IDENT from F_POLICES f_polices3_, F_P_C_CLIENT
    f_p_c_clie4_ where f_p_c_clie4_.BPCL_PTRBPPIDENT=f_p_person0_.BPP_IDENT and
    f_p_c_clie4_.BPCL_IDENT=f_polices3_.POL_PTRCLID and (f_polices3_.POL_NUMPOL like :5 ))) )
    where rownum <= :6
    Plan hash value: 1858865683
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | | | 909 (100)| |
    | 1 | COUNT STOPKEY | | | | | |
    | 2 | NESTED LOOPS OUTER | | 11 | 1210 | 909 (1)| 00:00:11 |
    | 3 | FILTER | | | | | |
    | 4 | HASH JOIN RIGHT OUTER | | 11 | 1166 | 909 (1)| 00:00:11 |
    | 5 | TABLE ACCESS FULL | T_ETABLISS | 4 | 72 | 3 (0)| 00:00:01 |
    | 6 | NESTED LOOPS | | 88 | 3872 | 905 (1)| 00:00:11 |
    | 7 | VIEW | VW_SQ_1 | 4689 | 60957 | 815 (1)| 00:00:10 |
    | 8 | HASH UNIQUE | | 4689 | 151K| | |
    | 9 | HASH JOIN | | 4689 | 151K| 815 (1)| 00:00:10 |
    | 10 | VIEW | index$_join$_007 | 4666 | 100K| 609 (1)| 00:00:08 |
    | 11 | HASH JOIN | | | | | |
    | 12 | HASH JOIN | | | | | |
    | 13 | INDEX RANGE SCAN | IND_POL_NUMPOL | 4666 | 100K| 6 (17)| 00:00:01 |
    | 14 | INDEX FAST FULL SCAN | IND_POL_PTRCLID | 4666 | 100K| 325 (1)| 00:00:04 |
    | 15 | INDEX FAST FULL SCAN | PK_POL_IDENT | 4666 | 100K| 421 (1)| 00:00:06 |
    | 16 | TABLE ACCESS FULL | F_P_C_CLIENT | 53835 | 578K| 205 (1)| 00:00:03 |
    | 17 | TABLE ACCESS BY INDEX ROWID| F_P_PERSONNE | 1 | 31 | 1 (0)| 00:00:01 |
    | 18 | INDEX UNIQUE SCAN | PK_BPP_IDENT | 1 | | 0 (0)| |
    | 19 | INDEX UNIQUE SCAN | PK_IN_IDENT | 1 | 4 | 0 (0)| |
    Query Block Name / Object Alias (identified by operation id):
    1 - SEL$E1B20FB2
    5 - SEL$E1B20FB2 / T_ETABLISS1_@SEL$2
    7 - SEL$3C459230 / VW_SQ_1@SEL$E00E1480
    8 - SEL$3C459230
    10 - SEL$6A96EA55 / F_POLICES3_@SEL$7
    11 - SEL$6A96EA55
    13 - SEL$6A96EA55 / indexjoin$_alias$_001@SEL$6A96EA55
    14 - SEL$6A96EA55 / indexjoin$_alias$_002@SEL$6A96EA55
    15 - SEL$6A96EA55 / indexjoin$_alias$_003@SEL$6A96EA55
    16 - SEL$3C459230 / F_P_C_CLIE4_@SEL$7
    17 - SEL$E1B20FB2 / F_P_PERSON0_@SEL$3
    18 - SEL$E1B20FB2 / F_P_PERSON0_@SEL$3
    19 - SEL$E1B20FB2 / F_INTERMED2_@SEL$4
    Outline Data
    /*+
    BEGIN_OUTLINE_DATA
    IGNORE_OPTIM_EMBEDDED_HINTS
    OPTIMIZER_FEATURES_ENABLE('10.2.0.5')
    OPT_PARAM('_optim_peek_user_binds' 'false')
    OUTLINE_LEAF(@"SEL$6A96EA55")
    OUTLINE_LEAF(@"SEL$3C459230")
    OUTLINE_LEAF(@"SEL$E1B20FB2")
    UNNEST(@"SEL$7")
    OUTLINE(@"SEL$3C459230")
    OUTLINE(@"SEL$7")
    OUTLINE(@"SEL$E00E1480")
    OUTLINE(@"SEL$7C4821CC")
    MERGE(@"SEL$C76F8E91")
    OUTLINE(@"SEL$1")
    OUTLINE(@"SEL$C76F8E91")
    MERGE(@"SEL$829C93BE")
    OUTLINE(@"SEL$6")
    OUTLINE(@"SEL$829C93BE")
    MERGE(@"SEL$4")
    MERGE(@"SEL$64EAE176")
    OUTLINE(@"SEL$5")
    OUTLINE(@"SEL$4")
    OUTLINE(@"SEL$64EAE176")
    MERGE(@"SEL$2")
    OUTLINE(@"SEL$3")
    OUTLINE(@"SEL$2")
    NO_ACCESS(@"SEL$E1B20FB2" "VW_SQ_1"@"SEL$E00E1480")
    INDEX_RS_ASC(@"SEL$E1B20FB2" "F_P_PERSON0_"@"SEL$3" ("F_P_PERSONNE"."BPP_IDENT"))
    FULL(@"SEL$E1B20FB2" "T_ETABLISS1_"@"SEL$2")
    INDEX(@"SEL$E1B20FB2" "F_INTERMED2_"@"SEL$4" ("F_INTERMEDIAIRE"."IN_IDENT"))
    LEADING(@"SEL$E1B20FB2" "VW_SQ_1"@"SEL$E00E1480" "F_P_PERSON0_"@"SEL$3"
    "T_ETABLISS1_"@"SEL$2" "F_INTERMED2_"@"SEL$4")
    USE_NL(@"SEL$E1B20FB2" "F_P_PERSON0_"@"SEL$3")
    USE_HASH(@"SEL$E1B20FB2" "T_ETABLISS1_"@"SEL$2")
    USE_NL(@"SEL$E1B20FB2" "F_INTERMED2_"@"SEL$4")
    SWAP_JOIN_INPUTS(@"SEL$E1B20FB2" "T_ETABLISS1_"@"SEL$2")
    INDEX_JOIN(@"SEL$3C459230" "F_POLICES3_"@"SEL$7" ("F_POLICES"."POL_NUMPOL")
    ("F_POLICES"."POL_PTRCLID") ("F_POLICES"."POL_IDENT"))
    FULL(@"SEL$3C459230" "F_P_C_CLIE4_"@"SEL$7")
    LEADING(@"SEL$3C459230" "F_POLICES3_"@"SEL$7" "F_P_C_CLIE4_"@"SEL$7")
    USE_HASH(@"SEL$3C459230" "F_P_C_CLIE4_"@"SEL$7")
    USE_HASH_AGGREGATION(@"SEL$3C459230")
    END_OUTLINE_DATA
    SQL_ID bh7hrghvacvqn
    select * from ( select f_p_person0_.BPP_IDENT as col_0_0_ from F_P_PERSONNE f_p_person0_
    left outer join T_ETABLISS t_etabliss1_ on f_p_person0_.BPP_PTRETABIDENT=t_etabliss1_.TA_IDEN
    T left outer join F_INTERMEDIAIRE f_intermed2_ on
    f_p_person0_.BPP_PTR_INIDENT=f_intermed2_.IN_IDENT where (f_p_person0_.BPP_PP_ACTIVE is
    null) and (f_p_person0_.BPP_SOCIETE=:1 or f_p_person0_.BPP_SOCIETE=:2 ) and
    (t_etabliss1_.TA_CODE=:3 or t_etabliss1_.TA_IDENT is null) and
    (t_etabliss1_.TA_PTRTDILVID=:4 or t_etabliss1_.TA_IDENT is null) and (exists (select
    f_polices3_.POL_IDENT, f_p_c_clie4_.BPCL_IDENT from F_POLICES f_polices3_, F_P_C_CLIENT
    f_p_c_clie4_ where f_p_c_clie4_.BPCL_PTRBPPIDENT=f_p_person0_.BPP_IDENT and
    f_p_c_clie4_.BPCL_IDENT=f_polices3_.POL_PTRCLID and (f_polices3_.POL_NUMPOL like :5 ))) )
    where rownum <= :6
    Plan hash value: 1942090705
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | | | 3954 (100)| |
    | 1 | COUNT STOPKEY | | | | | |
    | 2 | CONCATENATION | | | | | |
    | 3 | FILTER | | | | | |
    | 4 | NESTED LOOPS SEMI | | 1 | 98 | 1977 (1)| 00:00:24 |
    | 5 | FILTER | | | | | |
    | 6 | HASH JOIN RIGHT OUTER | | 1 | 92 | 14 (8)| 00:00:01 |
    | 7 | TABLE ACCESS FULL | T_ETABLISS | 4 | 72 | 3 (0)| 00:00:01 |
    | 8 | NESTED LOOPS OUTER | | 845 | 31265 | 10 (0)| 00:00:01 |
    | 9 | TABLE ACCESS FULL | F_P_PERSONNE | 845 | 27885 | 10 (0)| 00:00:01 |
    | 10 | INDEX UNIQUE SCAN | PK_IN_IDENT | 1 | 4 | 0 (0)| |
    | 11 | VIEW | VW_SQ_1 | 1481 | 8886 | 1963 (1)| 00:00:24 |
    | 12 | HASH JOIN | | 6223 | 218K| 1963 (1)| 00:00:24 |
    | 13 | VIEW | index$_join$_007 | 6223 | 145K| 863 (1)| 00:00:11 |
    | 14 | HASH JOIN | | | | | |
    | 15 | HASH JOIN | | | | | |
    | 16 | INDEX RANGE SCAN | IND_POL_NUMPOL | 6223 | 145K| 30 (4)| 00:00:01 |
    | 17 | INDEX FAST FULL SCAN | IND_POL_PTRCLID | 6223 | 145K| 439 (1)| 00:00:06 |
    | 18 | INDEX FAST FULL SCAN | PK_POL_IDENT | 6223 | 145K| 564 (1)| 00:00:07 |
    | 19 | TABLE ACCESS FULL | F_P_C_CLIENT | 294K| 3446K| 1098 (1)| 00:00:14 |
    | 20 | FILTER | | | | | |
    | 21 | NESTED LOOPS OUTER | | 201 | 21507 | 1977 (1)| 00:00:24 |
    | 22 | FILTER | | | | | |
    | 23 | HASH JOIN RIGHT OUTER | | 201 | 20703 | 1977 (1)| 00:00:24 |
    | 24 | TABLE ACCESS FULL | T_ETABLISS | 4 | 72 | 3 (0)| 00:00:01 |
    | 25 | HASH JOIN SEMI | | 201 | 7839 | 1974 (1)| 00:00:24 |
    | 26 | TABLE ACCESS FULL | F_P_PERSONNE | 845 | 27885 | 10 (0)| 00:00:01 |
    | 27 | VIEW | VW_SQ_1 | 6223 | 37338 | 1963 (1)| 00:00:24 |
    | 28 | HASH JOIN | | 6223 | 218K| 1963 (1)| 00:00:24 |
    | 29 | VIEW | index$_join$_007 | 6223 | 145K| 863 (1)| 00:00:11 |
    | 30 | HASH JOIN | | | | | |
    | 31 | HASH JOIN | | | | | |
    | 32 | INDEX RANGE SCAN | IND_POL_NUMPOL | 6223 | 145K| 30 (4)| 00:00:01 |
    | 33 | INDEX FAST FULL SCAN| IND_POL_PTRCLID | 6223 | 145K| 439 (1)| 00:00:06 |
    | 34 | INDEX FAST FULL SCAN | PK_POL_IDENT | 6223 | 145K| 564 (1)| 00:00:07 |
    | 35 | TABLE ACCESS FULL | F_P_C_CLIENT | 294K| 3446K| 1098 (1)| 00:00:14 |
    | 36 | INDEX UNIQUE SCAN | PK_IN_IDENT | 1 | 4 | 0 (0)| |
    Query Block Name / Object Alias (identified by operation id):
    1 - SEL$E1B20FB2
    7 - SEL$E1B20FB2_1 / T_ETABLISS1_@SEL$2
    9 - SEL$E1B20FB2_1 / F_P_PERSON0_@SEL$3
    10 - SEL$E1B20FB2_1 / F_INTERMED2_@SEL$4
    11 - SEL$3C459230 / VW_SQ_1@SEL$E00E1480
    12 - SEL$3C459230
    13 - SEL$6A96EA55 / F_POLICES3_@SEL$7
    14 - SEL$6A96EA55
    16 - SEL$6A96EA55 / indexjoin$_alias$_001@SEL$6A96EA55
    17 - SEL$6A96EA55 / indexjoin$_alias$_002@SEL$6A96EA55
    18 - SEL$6A96EA55 / indexjoin$_alias$_003@SEL$6A96EA55
    19 - SEL$3C459230 / F_P_C_CLIE4_@SEL$7
    24 - SEL$E1B20FB2_2 / T_ETABLISS1_@SEL$E1B20FB2_2
    26 - SEL$E1B20FB2_2 / F_P_PERSON0_@SEL$E1B20FB2_2
    27 - SEL$3C459230 / VW_SQ_1@SEL$E1B20FB2_2
    29 - SEL$6A96EA55 / F_POLICES3_@SEL$7
    32 - SEL$6A96EA55 / indexjoin$_alias$_001@SEL$6A96EA55
    33 - SEL$6A96EA55 / indexjoin$_alias$_002@SEL$6A96EA55
    34 - SEL$6A96EA55 / indexjoin$_alias$_003@SEL$6A96EA55
    35 - SEL$3C459230 / F_P_C_CLIE4_@SEL$7
    36 - SEL$E1B20FB2_2 / F_INTERMED2_@SEL$E1B20FB2_2
    Outline Data
    /*+
    BEGIN_OUTLINE_DATA
    IGNORE_OPTIM_EMBEDDED_HINTS
    OPTIMIZER_FEATURES_ENABLE('10.2.0.5')
    OUTLINE_LEAF(@"SEL$6A96EA55")
    OUTLINE_LEAF(@"SEL$3C459230")
    OUTLINE_LEAF(@"SEL$E1B20FB2")
    UNNEST(@"SEL$7")
    OUTLINE_LEAF(@"SEL$E1B20FB2_1")
    USE_CONCAT(@"SEL$E1B20FB2" 8)
    OUTLINE_LEAF(@"SEL$E1B20FB2_2")
    OUTLINE(@"SEL$3C459230")
    OUTLINE(@"SEL$7")
    OUTLINE(@"SEL$E00E1480")
    OUTLINE(@"SEL$E1B20FB2")
    UNNEST(@"SEL$7")
    OUTLINE(@"SEL$7C4821CC")
    MERGE(@"SEL$C76F8E91")
    OUTLINE(@"SEL$1")
    OUTLINE(@"SEL$C76F8E91")
    MERGE(@"SEL$829C93BE")
    OUTLINE(@"SEL$6")
    OUTLINE(@"SEL$829C93BE")
    MERGE(@"SEL$4")
    MERGE(@"SEL$64EAE176")
    OUTLINE(@"SEL$5")
    OUTLINE(@"SEL$4")
    OUTLINE(@"SEL$64EAE176")
    MERGE(@"SEL$2")
    OUTLINE(@"SEL$3")
    OUTLINE(@"SEL$2")
    FULL(@"SEL$E1B20FB2_1" "F_P_PERSON0_"@"SEL$3")
    INDEX(@"SEL$E1B20FB2_1" "F_INTERMED2_"@"SEL$4" ("F_INTERMEDIAIRE"."IN_IDENT"))
    FULL(@"SEL$E1B20FB2_1" "T_ETABLISS1_"@"SEL$2")
    NO_ACCESS(@"SEL$E1B20FB2_1" "VW_SQ_1"@"SEL$E00E1480")
    FULL(@"SEL$E1B20FB2_2" "F_P_PERSON0_"@"SEL$E1B20FB2_2")
    NO_ACCESS(@"SEL$E1B20FB2_2" "VW_SQ_1"@"SEL$E1B20FB2_2")
    FULL(@"SEL$E1B20FB2_2" "T_ETABLISS1_"@"SEL$E1B20FB2_2")
    INDEX(@"SEL$E1B20FB2_2" "F_INTERMED2_"@"SEL$E1B20FB2_2" ("F_INTERMEDIAIRE"."IN_IDENT"))
    LEADING(@"SEL$E1B20FB2_1" "F_P_PERSON0_"@"SEL$3" "F_INTERMED2_"@"SEL$4"
    "T_ETABLISS1_"@"SEL$2" "VW_SQ_1"@"SEL$E00E1480")
    LEADING(@"SEL$E1B20FB2_2" "F_P_PERSON0_"@"SEL$E1B20FB2_2" "VW_SQ_1"@"SEL$E1B20FB2_2"
    "T_ETABLISS1_"@"SEL$E1B20FB2_2" "F_INTERMED2_"@"SEL$E1B20FB2_2")
    USE_NL(@"SEL$E1B20FB2_1" "F_INTERMED2_"@"SEL$4")
    USE_HASH(@"SEL$E1B20FB2_1" "T_ETABLISS1_"@"SEL$2")
    USE_NL(@"SEL$E1B20FB2_1" "VW_SQ_1"@"SEL$E00E1480")
    USE_HASH(@"SEL$E1B20FB2_2" "VW_SQ_1"@"SEL$E1B20FB2_2")
    USE_HASH(@"SEL$E1B20FB2_2" "T_ETABLISS1_"@"SEL$E1B20FB2_2")
    USE_NL(@"SEL$E1B20FB2_2" "F_INTERMED2_"@"SEL$E1B20FB2_2")
    SWAP_JOIN_INPUTS(@"SEL$E1B20FB2_1" "T_ETABLISS1_"@"SEL$2")
    SWAP_JOIN_INPUTS(@"SEL$E1B20FB2_2" "T_ETABLISS1_"@"SEL$E1B20FB2_2")
    INDEX_JOIN(@"SEL$3C459230" "F_POLICES3_"@"SEL$7" ("F_POLICES"."POL_NUMPOL")
    ("F_POLICES"."POL_PTRCLID") ("F_POLICES"."POL_IDENT"))
    FULL(@"SEL$3C459230" "F_P_C_CLIE4_"@"SEL$7")
    LEADING(@"SEL$3C459230" "F_POLICES3_"@"SEL$7" "F_P_C_CLIE4_"@"SEL$7")
    USE_HASH(@"SEL$3C459230" "F_P_C_CLIE4_"@"SEL$7")
    END_OUTLINE_DATA
    Peeked Binds (identified by position):
    1 - :1 (VARCHAR2(30), CSID=873): 'S0001'
    2 - :2 (VARCHAR2(30), CSID=873): '*****'
    3 - :3 (VARCHAR2(30), CSID=873): 'GACNC'
    4 - :4 (NUMBER): 1200014
    5 - :5 (VARCHAR2(30), CSID=873): '%18726%'
    6 - :6 (NUMBER): 201
    262 rows selected.

    Ok thanks for your all replies !! But in my case, it seems that the query access plan is better when OPT_PARAM('_optim_peek_user_binds' false') . But right now thi hidden parameter for the database is set to TRUE and we have gather statisitc without histogramms so Oracle may not active the Peeking bind method opt ,isn't it Right ??
    Thanks tor your replies
    Best regards

  • Oracle event alert not activated after fndload to new environment

    Hi,
    Oracle event alert not activated after fndload to new instance, it works in the development instance, checked that the SQL should return row, any hints please.
    Thanks,
    CY

    Please post the details of the application release, database version and OS.
    What was the command used to download/upload the alert?
    Please see if the following docs help.
    Alert Is Not Working After Uploading By FNDLOAD (Doc ID 1087572.1)
    How to transfer alert definition from One Instance to another instance using cmdline script (Doc ID 400295.1)
    How can you move an Oracle Alert from one instance to another from the Operating System level? (Doc ID 376891.1
    Thanks,
    Hussein

  • Active partition not found

    Active partition not found
    Press any key

    Bnathie,
    This error occurs if there is any problem with the partitions of the hard drive. You can boot with Recovery disk 1, go to command prompt and use disk part tool to resolve the problem.
    However, I would like to understand when this issue started to give better steps in detailed.
    I am an HP employee.
    Regards,
    Vidya
    Make it easier for other people to find solutions, by marking my answer “Accept as Solution” if it solves your problem.
    ***Click on "Thumbs up" button to the bottom right side of my post to say thanks!***

  • ORA-21779: duration not active error line 25 of MDSYS.AGGRUNION

    I execute the following pl/sql (line 56/57 in
    a procedure called RebuildSMZLabels)....
    v_query := 'SELECT /*+ INDEX ( A BASE_SMZ_A_SHAPE ) NO_INDEX ( A BASE_SMZ_A_RETIREDATE ) */ MDSYS.SDO_AGGR_UNION(MDSYS.SDOAGGRTYPE(a.s
    hape,:1)) FROM &owner.base_smz_a A WHERE MDSYS.SDO_RELATE(a.shape,:2,''mask=ANYINTERACT querytype=window'') = ''TRUE'' and retiredate is
    null';
    EXECUTE IMMEDIATE v_query INTO v_union_shape USING v_diminfo(1).sdo_tolerance, v_trans_shape ;
    And I get...
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    DECLARE
    ERROR at line 1:
    ORA-21779: duration not active
    ORA-06512: at "MDSYS.AGGRUNION", line 25
    ORA-06512: at "MDSYS.AGGRUNION", line 25
    ORA-06512: at line 1
    ORA-06512: at "MDCADM.REBUILDSMZLABELS", line 57
    ORA-06512: at line 5
    Got me beat... anyone got any ideas?
    Simon Greener
    GIS Manager
    Forestry Tasmania

    Dan
    I reverted to the old 8i code (with individual
    UNIONS) and it still fails:
    DECLARE
    ERROR at line 1:
    ORA-21779: duration not active
    ORA-06512: at "MDSYS.SDO_3GL", line 439
    ORA-06512: at "MDSYS.SDO_GEOM", line 3096
    ORA-06512: at "MDCADM.REBUILDSMZLABELS", line 74
    ORA-06512: at line 5
    Line 74 is:
    v_union_shape := MDSYS.SDO_GEOM.SDO_UNION(v_union_shape,v_diminfo,v_shape,v_diminfo);
    Any ideas as I need this to work in 9i ASAP (as it
    doesn't work in 8i)?
    PS Dan, it is the same database/code problem I sent
    to you earlier this year. It is getting to the point
    that I am going to have to rebuild all this database
    centric code (which is where it needs to be in the
    business process) within our GIS (ArcInfo) which is going
    to be far more complex and not sustainable in the medium
    term.
    regards
    Simon

  • How to create DB partitioning in active data tables for ods?

    hi all,
    Can anyone let me know how to create DB partitioning in active data tables for ods. if any docs pls share with me at my email id : [email protected]
    regds
    haritha

    Haritha,
    The following steps will briefly explain you to improve the performance in terms of DB partitioning as well as loading. Please find the same,
    transaction RSCUSTA2,
    oss note 120253 565725 670208
    and remove 'bex reporting' setting in ods if that ods not used for reporting.
    hope this helps.
    565725
    Symptom
    This note contains recommendations for improving the load performance of ODS objects in Business Information Warehouse Release 3.0B and 3.1 Content.
    Other terms
    Business Information Warehouse, ODS object, BW, RSCUSTA2, RSADMINA
    Solution
    To obtain a good load performance for ODS objects, we recommend that you note the following:
    1. Activating data in the ODS object
    In the Implementation Guide in the BW Customizing, you can implement different settings under Business Information Warehouse -> General BW settings -> Settings for the ODS object that will improve performance when you activate data in the ODS object.
    1. Creating SIDs
    The creation of SIDs is time-consuming and may be avoided in the following cases:
    a) You should not set the indicator for BEx Reporting if you are only using the ODS object as a data store.Otherwise, SIDs are created for all new characteristic values by setting this indicator.
    b) If you are using line items (for example, document number, time stamp and so on) as characteristics in the ODS object, you should mark these as 'Attribute only' in the characteristics maintenance.
    SIDs are created at the same time if parallel activation is activated (see above).They are then created using the same number of parallel processes as those set for the activation. However:if you specify a server group or a special server in the Customizing, these specifications only apply to activation and not the creation of SIDs.The creation of SIDs runs on the application server on which the batch job is also running.
    1. DB partitioning on the table for active data (technical name:
    The process of deleting data from the ODS object may be accelerated by partitioning on the database level.Select the characteristic after which you want deletion to occur as a partitioning criterion.For more details on partitioning database tables, see the database documentation (DBMS CD).Partitioning is supported with the following databases:Oracle, DB2/390, Informix.
    1. Indexing
    Selection criteria should be used for queries on ODS objects.The existing primary index is used if the key fields are specified.As a result, the characteristic that is accessed more frequently should be left justified.If the key fields are only partially specified in the selection criteria (recognizable in the SQL trace), the query runtime may be optimized by creating additional indexes.You can create these secondary indexes in the ODS object maintenance.
    1. Loading unique data records
    If you only load unique data records (that is, data records with a one-time key combination) into the ODS object, the load performance will improve if you set the 'Unique data record' indicator in the ODS object maintenance.
    Hope this helps..
    ****Assign Points****
    Thanks,
    Gattu

  • Error while executing the sp ORA-21779: duration not active

    Hi there,
    am using Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 and facing typical type of error
    please find the steps below to reproduce it
    in this basically i will pass a comma seperated values and function will return the
    piped table witheach seperated values as new record
    ex :1,2,3,4
    1
    2
    3
    4
    Types created:
    1) Create Type TPOBJ_Return as Object (tnames varchar2 (2000));
    2) Create Type TPObjT_ReturnColl as Table Of TPOBJ_ReturnTable;
    Function created:
    CREATE OR REPLACE FUNCTION WB_FN_ReturnTable
    tNameString IN VARCHAR2
    RETURN TPObjT_ReturnColl
    PIPELINED
    AS
    iOptionSel INT;
    tOptionSel VARCHAR2 (9);
    iLen INT;
    tName VARCHAR2 (50);
    tTempChar CHAR (1);
    ptNameString VARCHAR2(2000);
    BEGIN
    ptNameString:=tNameString;
    iLen := LENGTH(TRIM(ptNameString));
    iOptionSel := 1;
    tName := '';
    WHILE iOptionSel <= iLen
    LOOP
    tTempChar := SUBSTR(ptNameString, iOptionSel, 1);
    IF tTempChar = ',' THEN
    IF LENGTH(TRIM(tName)) > 0 THEN
    PIPE ROW(TPOBJ_Return(tName));
    END IF;
    tName := '';
    ELSE
    tName := tName || tTempChar;
    END IF;
    iOptionSel := iOptionSel + 1;
    END LOOP;
    IF LENGTH(TRIM(tName)) > 0 THEN
    PIPE ROW(TPOBJ_Return(tName));
    END IF;
    return;
    END;
    Table created:
    Create Table test (id number(16))
    Insert into test values (1)
    Please insert from 1 to 10.
    Stored procedure created:
    Create or replace procedure Sptest
    As
    Titems Varchar2(255);
    pvalue Number(16);
    Begin
    Titems :='5,4,3';
    Select MIN(id) into pvalue from test where id not in
    (select tnames from table(WB_FN_ReturnTable(Titems )));
    End;
    Note:
    while executing the sp for the first time am not getting any error
    only ,if making a repeated call for execution then am gettings the errors specified below
    ORA-21779: duration not active
    ORA-03113: end-of-file on communication channel
    ORA-03114: not connected to ORACLE
    can anyone help me on these issue

    Why a pipeline table function? I would not say that a tokeniser function is something that typically should require working in the SQL engine, piping rows. It can be a very straight forward PL/SQL function that returns a collection of strings.
    E.g.
    SQL> CREATE OR REPLACE function tokenise( line varchar2, separator varchar2 DEFAULT ',' ) return TStrings AUTHID CURRENT_USER is
    2 strList TStrings;
    3 str varchar2(4000);
    4 i integer;
    5 l integer;
    6
    7 procedure AddString( s varchar2 ) is
    8 begin
    9 strList.Extend(1);
    10 strList( strList.Count ) := s;
    11 end;
    12
    13 begin
    14 strList := new TStrings();
    15
    16 str := line;
    17 loop
    18 l := LENGTH( str );
    19 i := INSTR( str, separator );
    20
    21 if i = 0 then
    22 AddString( str );
    23 else
    24 AddString( SUBSTR( str, 1, i-1 ) );
    25 str := SUBSTR( str, i+1 );
    26 end if;
    27
    28 -- if the separator was on the last char of the line, there is
    29 -- a trailing null column which we need to add manually
    30 if i = l then
    31 AddString( null );
    32 end if;
    33
    34 exit when str is NULL;
    35 exit when i = 0;
    36 end loop;
    37
    38 return( strList );
    39 end;
    40 /
    Function created.
    SQL>
    SQL> select * from TABLE(Tokenise('col1,col2,col3,,col5,and so on'));
    COLUMN_VALUE
    col1
    col2
    col3
    col5
    and so on
    6 rows selected.
    SQL>
    PS. The TStrings SQL user type is declared as a table of varchar2(4000).

  • Error 109 : MaxL api instance is not Active  after installing excel add-in

    Hello Gurus
    I am getting error Error 109 : MaxL api instance is not Active while expanding essbase server in EAS console.
    I am using EPM 11.1.2.1 on Windows server 2008 x64 with MS Office 2007 x32
    EAS was working properly before installing Excel Add-in,
    What i did is
    1. I first installed excel add-in and when I clicked on connect Log-in screen didn't appears.
    2. Then I reinstalled excel add-in and it started working properly and EAS was also working fine.
    3. But after restarting VM, EAS is not working, it is giving error like "Error 109 : MaxL api instance is not Active"
    4. I also searched on OTN for EAS issue and checked following environment variables
    ESSBASEPATH : C:\Oracle\Middleware\EPMSystem11R1\products\ExcelAddin
    ESSLANG : English_UnitedStates.Latin1@Binary
    5. And also tried reinstalling EAS
    Any help will be highly appreciated.
    Thanks
    Yash
    Edited by: yash on Apr 10, 2012 8:01 PM

    Hello,
    I had the same problem, after add-in 's installation on epm 11.121
    Without solution, I was forced to uninstall all epm and reintsall.
    Is there another method to solve this problem ?
    thx

  • System Partition Not Set. Bcdboot failed! bcdboot.exe

    Hey guys,
    I have an issue that I can't get past, and I've completely run out of ideas.
    I have an SCCM 2012 SP1 server and it has KB2801987 applied.
    From this server, I run a Windows 7 Enterprise x86, and a Windows 7 Enterprise x64 task sequence for bare metal deployment to workstations.
    Everything works perfectly fine, EXCEPT when I deploy the Windows 7 Ent x64 WIM, and I've used bootable USB media.
    PXE Booting a machine, and running the task sequence that deploys Win7x64 = works perfectly.
    Advertising the Win7x64 task sequence to a machine = works perfectly
    Booting from a 32-bit boot usb media, running the Win7x64 task sequence -> downloads the boot(x64) WinPE image, then starts deployment = works perfectly
    Booting from 64-bit boot usb media, running the Win7X64 task sequence = Task Sequence Error (0x8004005).
    I've recreated my USB boot media several times. I've tried different brands/models of USB keys, and I always get the exact same error.
    And this is the same error that always happens in my SMSTS.LOG.  It seems it can't set the boot partition, and fails at the every end of applying the WIM image.  And again, this is ONLY when I use USB boot media for THIS particular task sequence. 
    The exact same TS, WinPE boot image and WIM image work just fine when deployed via any other method.  I guess the only thing I haven't tried yet is to make a bootable CD with the same media to see if I get the same issue.  I will try that as soon
    as I can. 
    But any ideas/help is appreciated.  Thanks guys.
    <![LOG[Expand a string: WinPE]LOG]!><time="14:21:09.154-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:782">
    <![LOG[Executing command line: OSDApplyOS.exe /image:BAC0004C,%OSDImageIndex% "/config:BAC00054,%OSDConfigFileName%" /target:0,2 /runfromnet:False]LOG]!><time="14:21:09.154-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="commandline.cpp:827">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:228">
    <![LOG[Set command line: "OSDApplyOS.exe" /image:BAC0004C,2 "/config:BAC00054,bac_unattend_soe_64.xml" /target:0,2 /runfromnet:False]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:731">
    <![LOG[Found run from net option: 0]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="applyos.cpp:283">
    <![LOG[Not a data image]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:433">
    <![LOG[ApplyOSRetry: ]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:445">
    <![LOG[TSLaunchMode: UFD]LOG]!><time="14:21:09.186-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:446">
    <![LOG[OSDUseAlreadyDeployedImage: FALSE]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:447">
    <![LOG[Adding logical drive: C:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1537">
    <![LOG[Adding logical drive: D:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1537">
    <![LOG[Skipping non-local logical drive: E:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1543">
    <![LOG[Skipping non-local logical drive: F:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1543">
    <![LOG[Skipping non-local logical drive: X:]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="diskutils.cpp:1543">
    <![LOG[The volume D:\ exists and is a local hard drive.]LOG]!><time="14:21:09.201-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:557">
    <![LOG[The volume D:\ is using a valid file system.]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:600">
    <![LOG[Windows target partition is 0-2, driver letter is D:\]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="applyos.cpp:491">
    <![LOG[Succeeded loading resource DLL 'X:\sms\bin\x64\1033\TSRES.DLL']LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="util.cpp:963">
    <![LOG[The machine does not have a local client cache.]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installcommon.cpp:1029">
    <![LOG[ResolveSource flags: 0x00000001]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3265">
    <![LOG[SMSTSPersistContent: . The content for package BAC0004C will be persisted]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3274">
    <![LOG[The package BAC0004C is found locally in the cache D:\_SMSTaskSequence\Packages\BAC0004C]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3301">
    <![LOG[Opening image file D:\_SMSTaskSequence\Packages\BAC0004C\Win7 (x64) - Build and Capture v1.0.wim]LOG]!><time="14:21:09.279-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="wimfile.cpp:416">
    <![LOG[Image file BAC0004C version "" will be applied]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:463">
    <![LOG[Starting to apply image 2 from Win7 (x64) - Build and Capture v1.0.wim to D:\]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:671">
    <![LOG[Wiping D:\]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:799">
    <![LOG[Set "D:\_SMSTaskSequence" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:808">
    <![LOG[Set "%OSDStateStorePath%" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:839">
    <![LOG[Set "%_SMSTSClientCache%" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:839">
    <![LOG[Set "%_SMSTSNewClientCachePathToCleanup%" to not be wiped]LOG]!><time="14:21:09.311-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:839">
    <![LOG[Calculating expected free space.]LOG]!><time="14:21:09.326-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="380" file="installcommon.cpp:232">
    <![LOG[Reporting deletion progress.]LOG]!><time="14:21:09.420-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="380" file="installcommon.cpp:250">
    <![LOG[Skipping D:\System Volume Information for wipe]LOG]!><time="14:21:35.627-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="ccmfile.cpp:983">
    <![LOG[Skipping D:\_SMSTaskSequence for wipe]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="ccmfile.cpp:983">
    <![LOG[Successfully wiped D:\]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installcommon.cpp:918">
    <![LOG[Applying image to D:\]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:710">
    <![LOG[Applying image 2 to volume D:]LOG]!><time="14:23:14.716-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="wimfile.cpp:607">
    <![LOG[Successfully applied image to D:\]LOG]!><time="14:30:47.797-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:730">
    <![LOG[OfflineRegistry::Init("D:\Windows")]LOG]!><time="14:30:47.797-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:168">
    <![LOG[Loading offline registry hive "D:\Windows\system32\config\software" into HKLM\OfflineRegistry1]LOG]!><time="14:30:47.797-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:60">
    <![LOG[Loading offline registry hive "D:\Windows\system32\config\system" into HKLM\OfflineRegistry2]LOG]!><time="14:30:49.830-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:60">
    <![LOG[CurrentControlSet is mapped to ControlSet001]LOG]!><time="14:30:50.124-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:215">
    <![LOG[System root for target OS is D:\Windows, System drive is D:]LOG]!><time="14:30:50.139-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:919">
    <![LOG[OS Version is 6.1]LOG]!><time="14:30:50.155-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:938">
    <![LOG[Successfully loaded a source BCD boot system]LOG]!><time="14:30:50.171-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="bootsystem.cpp:1196">
    <![LOG[SetupNewOS: Loaded source boot system from target volume "D:\"]LOG]!><time="14:30:50.171-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="installimage.cpp:1013">
    <![LOG[!sBootDevicePath.empty(), HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\bootvolume.cpp,34)]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="bootvolume.cpp:34">
    <![LOG[System partition not set]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="bootvolume.cpp:34">
    <![LOG[Unable to find the partition that contains the OS boot loaders. Please ensure the hard disks have been properly partitioned
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="bootvolume.cpp:62">
    <![LOG[Command line for extension .exe is "%1" %*]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:228">
    <![LOG[Set command line: "bcdboot.exe" D:\Windows /l en-US]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="commandline.cpp:731">
    <![LOG[Executing command line: "bcdboot.exe" D:\Windows /l en-US]LOG]!><time="14:30:50.873-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="commandline.cpp:827">
    <![LOG[Process completed with exit code 15299]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="commandline.cpp:1123">
    <![LOG[uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\framework\tscore\bcdbooter.cpp,88)]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="bcdbooter.cpp:88">
    <![LOG[Bcdboot failed! bcdboot.exe D:\Windows /l en-US failed (15299)
    stdout:
    Failure when attempting to copy boot files.
    stderr:
    ]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="bcdbooter.cpp:88">
    <![LOG[TS::Boot::BcdBooter::InstallBootFilesAndConfigBCD (sTargetSystemRoot, this->defaultLanguage, sBootVolume), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1065)]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1065">
    <![LOG[Unloading offline SOFTWARE registry hive]LOG]!><time="14:30:50.889-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:270">
    <![LOG[Unloading offline SYSTEM registry hive]LOG]!><time="14:30:52.766-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="offlineregistry.cpp:284">
    <![LOG[SetupNewOs(&pBootSystem), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1543)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1543">
    <![LOG[Configure(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1721)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1721">
    <![LOG[Installation of image 2 in package BAC0004C failed to complete..
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="3" thread="1160" file="installimage.cpp:1732">
    <![LOG[installer.install(), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\installimage.cpp,1787)]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="installimage.cpp:1787">
    <![LOG[Closing image file D:\_SMSTaskSequence\Packages\BAC0004C\Win7 (x64) - Build and Capture v1.0.wim]LOG]!><time="14:30:53.019-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="wimfile.cpp:452">
    <![LOG[Entering ReleaseSource() for D:\_SMSTaskSequence\Packages\BAC0004C]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3616">
    <![LOG[reference count 1 for the source D:\_SMSTaskSequence\Packages\BAC0004C before releasing]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3623">
    <![LOG[Released the resolved source D:\_SMSTaskSequence\Packages\BAC0004C]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="1" thread="1160" file="resolvesource.cpp:3656">
    <![LOG[InstallImage( g_InstallPackageID, g_ImageIndex, targetVolume, ImageType_OS, g_ConfigPackageID, g_ConfigFileName, bOEMMedia, g_RunFromNet ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\applyos\applyos.cpp,509)]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="ApplyOperatingSystem" context="" type="0" thread="1160" file="applyos.cpp:509">
    <![LOG[Process completed with exit code 2147500037]LOG]!><time="14:30:53.034-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="commandline.cpp:1123">
    <![LOG[!--------------------------------------------------------------------------------------------!]LOG]!><time="14:30:53.050-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="instruction.cxx:3012">
    <![LOG[Failed to run the action: Apply Operating System.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:53.050-600" date="02-21-2013" component="TSManager" context="" type="3" thread="1084" file="instruction.cxx:3103">
    <![LOG[MP server http://sccm2012svr.domain.local. Ports 80,443. CRL=false.]LOG]!><time="14:30:53.050-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="14:30:53.066-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="14:30:53.066-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm2012svr.domain.local:80 CCM_POST /ccm_system/request]LOG]!><time="14:30:53.151-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8956">
    <![LOG[Set a global environment variable _SMSTSLastActionRetCode=-2147467259]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:668">
    <![LOG[Set a global environment variable _SMSTSLastActionSucceeded=false]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:668">
    <![LOG[Clear local default environment]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="executionenv.cxx:807">
    <![LOG[Let the parent group (Install Operating System) decides whether to continue execution]LOG]!><time="14:30:53.214-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="instruction.cxx:3212">
    <![LOG[The execution of the group (Install Operating System) has failed and the execution has been aborted. An action failed.
    Operation aborted (Error: 80004004; Source: Windows)]LOG]!><time="14:30:53.230-600" date="02-21-2013" component="TSManager" context="" type="3" thread="1084" file="instruction.cxx:2425">
    <![LOG[Failed to run the last action: Apply Operating System. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)]LOG]!><time="14:30:53.230-600" date="02-21-2013" component="TSManager" context="" type="3" thread="1084" file="engine.cxx:214">
    <![LOG[MP server http://sccm2012svr.domain.local. Ports 80,443. CRL=false.]LOG]!><time="14:30:53.230-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5300">
    <![LOG[Setting authenticator]LOG]!><time="14:30:53.252-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="utils.cpp:5322">
    <![LOG[Set authenticator in transport]LOG]!><time="14:30:53.252-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:7751">
    <![LOG[Sending StatusMessage]LOG]!><time="14:30:53.252-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:4025">
    <![LOG[Setting message signatures.]LOG]!><time="14:30:53.268-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1297">
    <![LOG[Setting the authenticator.]LOG]!><time="14:30:53.268-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:1327">
    <![LOG[CLibSMSMessageWinHttpTransport::Send: URL: sccm2012svr.domain.local:80 CCM_POST /ccm_system/request]LOG]!><time="14:30:53.268-600" date="02-21-2013" component="TSManager" context="" type="1" thread="1084" file="libsmsmessaging.cpp:8621">
    <![LOG[Request was succesful.]LOG]!><time="14:30:53.315-600" date="02-21-2013" component="TSManager" context="" type="0" thread="1084" file="libsmsmessaging.cpp:8956">
    <![LOG[Executing command line: X:\windows\system32\cmd.exe /k]LOG]!><time="14:31:12.004-600" date="02-21-2013" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:857">
    <![LOG[The command completed successfully.]LOG]!><time="14:31:12.004-600" date="02-21-2013" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:939">
    <![LOG[Successfully launched command shell.]LOG]!><time="14:31:12.004-600" date="02-21-2013" component="TSBootShell" context="" type="1" thread="784" file="bootshell.cpp:430">
    http://www.dreamension.net

    I am getting the exact same issue as the original post, however strangely only with one model of computer (HP Compaq 6300 Pro tower desktops).
    We are using SCCM 2012 SP1 but are not using PXE, USB media only.
    Same symptoms, running a deployment task sequence for x64 Windows 7 Enterprise makes it all the way through the Apply OS step which installs a .wim I've captured previously and fails when attempting to copy down the WinPE environment to continue the task
    sequence.
    All boot images have been updated to WinPE 4.0 and have the according driver packs added. My format and partition step creates 1 partition to use the whole drive. We do not use a separate partition for system reserved because our FDE product does not play
    well with encrypting that partition because it is not an active partition.
    Running the initial attempt from an x64 boot key results in failure, but running on an x86 boot key that requires the x64 boot image for deployment will complete. After the initial failure from the x64 key, the machine can't even be deployed from an x86
    boot key because it still fails to write to the partition. No combination of diskpart and format from the command prompt has been able to get it deployed yet.
    Any other ideas or steps to troubleshoot? I'm open to anything because this is hindering our ability to fully migrate to our 2012 environment.

  • Select * from tab is not working in oracle 10g

    select * from tab is not working in oracle 10g. But at the same time,
    select * from <<table>> is working.
    Please advise me.

    This works for me in 10.2.0.2
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    SQL> select * from tab;
    TNAME                          TABTYPE            CLUSTERID
    LOAN_DETAIL                    TABLE
    PLAN_TABLE                     TABLE
    ...

  • The Database Link is not active

    try to be more clear, i'm in lack of ideas in this problem.
    I am following guide Oracle Database 2 Day + Data Replication and Integration Guide.
    I defined global_names parameter of remote database as true.In the step of "creation database link" i am getting error.(oracle enterprise manager 11g-->schema-->database links-->create)
    When i query on remote database(select * from global_name), I got orcl.
    So,In "Name" and "Net service name" field i specified orcl.Check radio button "Fixed user." and Username and password of remote database, and i got message "Database Link STRMADMIN.ORCL has been created successfully."
    But when i clicked on database link Name i got error, saying that
    "The Database Link is not active.ORA-02084: database name is missing a component "
    (Both dbs are oracle 11g.)
    Please reply.

    I think I am confused, "what should be Name and Net Service Name" while creating database link in context of "Database Replication." when global_names parameter is true in both database. I read somewhere "If the value of the GLOBAL_NAMES initialization parameter is TRUE, then the database link must have the same name as the database to which it connects." so what should database link name " should it be remote database name? db_domain?( or outtput of select * from global_name).......
    my tnsnames.ora on source db is
    ORCL.a.ernet.in =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = a.b.c.d)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = ORCL.a.ernet.in)
    when i connect user of remote database(a.b.c.d) from sqlpuls then it is connected.
    command which i give : sqlplus remoteUser/[email protected]

  • Dispatcher not active

    Hi Experts,
    Please check this Developer Trace of Dispatcher, this is stopped, when I am restarting my server, it is giving errors  :
    running but not connected to message server,
    and
    running but dialog queue standstill, J2EE service unavilable.
    trc file: "dev_disp", trc level: 1, release: "700"
    sysno      01
    sid        XID
    systemid   560 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    52
    intno      20050900
    make:      multithreaded, Unicode, optimized
    pid        1412
    Fri Sep 21 10:19:59 2007
    kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    length of sys_adm_ext is 572 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (01 1412) [dpxxdisp.c   1231]
         shared lib "dw_xml.dll" version 52 successfully loaded
         shared lib "dw_xtc.dll" version 52 successfully loaded
         shared lib "dw_stl.dll" version 52 successfully loaded
         shared lib "dw_gui.dll" version 52 successfully loaded
    rdisp/softcancel_sequence :  -> 0,5,-1
    use internal message server connection to port 3901
    Fri Sep 21 10:20:04 2007
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings [dpxxtool2.c  5233]
    MtxInit: 30000 0 0
    DpSysAdmExtInit: ABAP is active
    DpSysAdmExtInit: VMC (JAVA VM in WP) is not active
    DpIPCInit2: start server >inggnh002sap_XID_01                     <
    DpShMCreate: sizeof(wp_adm)          12672     (1408)
    DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    DpShMCreate: sizeof(comm_adm)          528064     (1048)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1452)
    DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 06510040, size: 4607512)
    DpShMCreate: allocated sys_adm at 06510040
    DpShMCreate: allocated wp_adm at 06511E28
    DpShMCreate: allocated tm_adm_list at 06514FA8
    DpShMCreate: allocated tm_adm at 06514FD8
    DpShMCreate: allocated wp_ca_adm at 068DA570
    DpShMCreate: allocated appc_ca_adm at 068E0330
    DpShMCreate: allocated comm_adm at 068E2270
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 06963130
    DpShMCreate: allocated gw_adm at 06963170
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 069631A0
    DpShMCreate: allocated wall_adm at 069631A8
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    MM diagnostic options set: 0
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 511 blocks reserved for free list.
    ES initialized.
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 1324
      argv[0] = D:\usr\sap\XID\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = D:\usr\sap\XID\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=D:\usr\sap\XID\SYS\profile\XID_DVEBMGS01_inggnh002sap
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=2009
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=XID
      argv[7] = -DSAPMYNAME=inggnh002sap_XID_01
      argv[8] = -DSAPPROFILE=D:\usr\sap\XID\SYS\profile\XID_DVEBMGS01_inggnh002sap
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG CPS=> DpLoopInit, ICU ( 3.0 3.0 4.0.1) [dpxxdisp.c   1617]
    Fri Sep 21 10:20:05 2007
    ***LOG Q0K=> DpMsAttach, mscon ( inggnh002sap) [dpxxdisp.c   11414]
    DpStartStopMsg: send start message (myname is >inggnh002sap_XID_01                     <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: Initalizing shared memory of size 60000000 for monitoring segment.
    Fri Sep 21 10:20:06 2007
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpJ2eeLogin: j2ee state = CONNECTED
    DpMsgAdmin: Set release to 7000, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet [dpxxmbuf.c   1050]
    DpMsgAdmin: Set patchno for this platform to 52
    Release check o.K.
    Fri Sep 21 10:20:41 2007
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4235]
    ERROR => NiIRead: SiRecv failed for hdl 4 / sock 1492
         (SI_ECONN_BROKEN; I4; ST; 127.0.0.1:2014) [nixxi.cpp    4235]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=1324)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Fri Sep 21 10:20:45 2007
    ERROR => W0 (pid 2804) died [dpxxdisp.c   14021]
    ERROR => W1 (pid 1484) died [dpxxdisp.c   14021]
    ERROR => W2 (pid 2708) died [dpxxdisp.c   14021]
    ERROR => W3 (pid 1464) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbf --> 0xbe
    ERROR => W4 (pid 860) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbe --> 0xbc
    ERROR => W5 (pid 2964) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xbc --> 0xb8
    ERROR => W6 (pid 2508) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xb8 --> 0xb0
    ERROR => W7 (pid 3840) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xb0 --> 0xa0
    ERROR => W8 (pid 1072) died [dpxxdisp.c   14021]
    my types changed after wp death/restart 0xa0 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    NiWait: sleep (10000ms) ...
    NiISelect: timeout 10000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:20:55 2007
    NiISelect: TIMEOUT occured (10000ms)
    dump system status
    Workprocess Table (long)               Fri Sep 21 04:50:55 2007
    ========================
    No Ty. Pid      Status  Cause Start Err Sem CPU    Time  Program  Cl  User         Action                    Table
    0 DIA     2804 Ended         no      1   0             0                                                             
    1 DIA     1484 Ended         no      1   0             0                                                             
    2 DIA     2708 Ended         no      1   0             0                                                             
    3 DIA     1464 Ended         no      1   0             0                                                             
    4 UPD      860 Ended         no      1   0             0                                                             
    5 ENQ     2964 Ended         no      1   0             0                                                             
    6 BTC     2508 Ended         no      1   0             0                                                             
    7 SPO     3840 Ended         no      1   0             0                                                             
    8 UP2     1072 Ended         no      1   0             0                                                             
    Dispatcher Queue Statistics               Fri Sep 21 04:50:55 2007
    ===========================
    --------++++--
    +
    Typ
    now
    high
    max
    writes
    reads
    --------++++--
    +
    NOWP
    0
    2
    2000
    6
    6
    --------++++--
    +
    DIA
    5
    5
    2000
    5
    0
    --------++++--
    +
    UPD
    0
    0
    2000
    0
    0
    --------++++--
    +
    ENQ
    0
    0
    2000
    0
    0
    --------++++--
    +
    BTC
    0
    0
    2000
    0
    0
    --------++++--
    +
    SPO
    0
    0
    2000
    0
    0
    --------++++--
    +
    UP2
    0
    0
    2000
    0
    0
    --------++++--
    +
    max_rq_id          12
    wake_evt_udp_now     0
    wake events           total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    since last update     total     8,  udp     7 ( 87%),  shm     1 ( 12%)
    Dump of tm_adm structure:               Fri Sep 21 04:50:55 2007
    =========================
    Term    uid  man user    term   lastop  mod wp  ta   a/i (modes)
    Workprocess Comm. Area Blocks               Fri Sep 21 04:50:55 2007
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id
    owner
    pid
    eyecatcher
    --------++--
    +
    0
    DISPATCHER
    -1
    WPCAAD000
    NiWait: sleep (5000ms) ...
    NiISelect: timeout 5000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:00 2007
    NiISelect: TIMEOUT occured (5000ms)
    DpHalt: shutdown server >inggnh002sap_XID_01                     < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes
    Stop gateway
    killing process (776) (SOFT_KILL)
    Stop icman
    killing process (2780) (SOFT_KILL)
    Terminate gui connections
    wait for end of work processes
    wait for end of gateway
    [DpProcDied] Process lives  (PID:776  HANDLE:1572)
    waiting for termination of gateway ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:01 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:776  HANDLE:1572)
    wait for end of icman
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:02 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:03 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:04 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:05 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:06 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:07 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:08 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:09 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:10 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:11 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process lives  (PID:2780  HANDLE:1576)
    waiting for termination of icman ...
    NiWait: sleep (1000ms) ...
    NiISelect: timeout 1000ms
    NiISelect: maximum fd=1601
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Fri Sep 21 10:21:12 2007
    NiISelect: TIMEOUT occured (1000ms)
    [DpProcDied] Process died  (PID:2780  HANDLE:1576)
    [DpProcDied] Process died  (PID:1324  HANDLE:1556)
    DpStartStopMsg: send stop message (myname is >inggnh002sap_XID_01                     <)
    NiIMyHostName: hostname = 'inggnh002sap'
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 189 bytes
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=562,pac=1,MESG_IO)
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name                    -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 received data (rcd=274,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=274
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 274 bytes
    MSG received, len 110+164, flag 1, from MSG_SERVER          , typ 0, key -
    DpHalt: received 164 bytes from message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    NiIRead: read for hdl 3 timed out (0ms)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=114,pac=1,MESG_IO)
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name           MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiIRead: hdl 3 received data (rcd=114,pac=1,MESG_IO)
    NiBufIIn: NIBUF len=114
    NiBufIIn: packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER          , typ 0, key -
    Received 4 bytes from MSG_SERVER                             
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiIRead: hdl 3 recv would block (errno=EAGAIN)
    Fri Sep 21 10:21:13 2007
    NiIPeek: peek for hdl 3 timed out (r; 1000ms)
    NiIRead: read for hdl 3 timed out (1000ms)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () [dpxxdisp.c   11698]
    NiBufSend starting
    NiIWrite: hdl 3 sent data (wrt=110,pac=1,MESG_IO)
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiBufISelUpdate: new MODE -- (r-) for hdl 3 in set0
    SiSelNSet: set events of sock 1516 to: ---
    NiBufISelRemove: remove hdl 3 from set0
    SiSelNRemove: removed sock 1516 (pos=3)
    SiSelNRemove: removed sock 1516
    NiSelIRemove: removed hdl 3
    MBUF state OFF
    AdGetSelfIdentRecord: >                                                                           <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/9
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 15)
    MBUF component DOWN
    NiICloseHandle: shutdown and close hdl 3 / sock 1516
    NiBufIClose: clear extension for hdl 3
    MsIDetach: detach MS-system
    cleanup EM
    EsCleanup ....
    EmCleanup() -> 0
    Es2Cleanup: Cleanup ES2
    ***LOG Q05=> DpHalt, DPStop ( 1412) [dpxxdisp.c   10087]
    Good Bye .....
    Please Help, it is urgent,
    Regards,
    Study SAP

    Hi Kaushal,
    Thanks for your reply, there are many files with dev*.
    Please check the log from file dev_w0 :
    trc file: "dev_w0", trc level: 1, release: "700"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, MJ

    B Fri Sep 21 10:37:39 2007
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\XID\DVEBMGS01\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\XID\DVEBMGS01\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\XID\DVEBMGS01\exe\dboraslib.dll' is "700.08", patchlevel (0.46)
    B  New connection 0 created
    M sysno      01
    M sid        XID
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    52
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        3588
    M
    M  kernel runs with dp version 210000(ext=109000) (@(#) DPLIB-INT-VERSION-210000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3588) [dpxxdisp.c   1293]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active

    M Fri Sep 21 10:37:40 2007
    M  DpShMCreate: sizeof(wp_adm)          12672     (1408)
    M  DpShMCreate: sizeof(tm_adm)          3954072     (19672)
    M  DpShMCreate: sizeof(wp_ca_adm)          24000     (80)
    M  DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064     (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)          0     (1452)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)     48
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06510040, size: 4607512)
    M  DpShMCreate: allocated sys_adm at 06510040
    M  DpShMCreate: allocated wp_adm at 06511E28
    M  DpShMCreate: allocated tm_adm_list at 06514FA8
    M  DpShMCreate: allocated tm_adm at 06514FD8
    M  DpShMCreate: allocated wp_ca_adm at 068DA570
    M  DpShMCreate: allocated appc_ca_adm at 068E0330
    M  DpShMCreate: allocated comm_adm at 068E2270
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06963130
    M  DpShMCreate: allocated gw_adm at 06963170
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 069631A0
    M  DpShMCreate: allocated wall_adm at 069631A8
    X  EmInit: MmSetImplementation( 2 ).
    X  MM diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.
    M  ThInit: running on host inggnh002sap

    M Fri Sep 21 10:37:41 2007
    M  calling db_connect ...
    C  Prepending D:\usr\sap\XID\DVEBMGS01\exe to Path.

    C Fri Sep 21 10:37:47 2007
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@XDI on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   06AAFCF8   06AB5294   06AB4B1C
    C  Attaching to DB Server XDI (con_hdl=0,svchp=06AB4A68,svrhp=06AC6334)

    C Fri Sep 21 10:37:48 2007
    C  Starting user session (con_hdl=0,svchp=06AB4A68,srvhp=06AC6334,usrhp=06ADB0D8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033
    [dboci.c      4345]
    C  Detaching from DB Server (con_hdl=0,svchp=06AB4A68,srvhp=06AC6334)
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dbsloci.c    10704]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@XDI on connection 0 (nls_hdl 0) ... (dbsl 700 240106)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 UTF8                                                      1   06AAFCF8   06AB5294   06AB4B1C
    C  Attaching to DB Server XDI (con_hdl=0,svchp=06AB4A68,svrhp=06AC6334)

    C Fri Sep 21 10:37:49 2007
    C  Starting user session (con_hdl=0,svchp=06AB4A68,srvhp=06AC6334,usrhp=06ADB0D8)
    C  *** ERROR => OCI-call 'OCISessionBegin' failed: rc = 1033
    [dboci.c      4345]
    C  Detaching from DB Server (con_hdl=0,svchp=06AB4A68,srvhp=06AC6334)
    C  *** ERROR => CONNECT failed with sql error '1033'
    [dbsloci.c    10704]
    B  ***LOG BV3=> severe db error 1033      ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error 1033   performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-01033: ORACLE initialization or shutdown in progress [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1403]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10019]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server inggnh002sap_XID_01 on host inggnh002sap (wp 0)
    M  *  ERROR       ThInit: db_connect
    M  *
    M  *  TIME        Fri Sep 21 10:37:49 2007
    M  *  RELEASE     700
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          13
    M  *  MODULE      thxxhead.c
    M  *  LINE        10204
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3588) [dpnttool.c   327]
    Regards,
    Study SAP

  • DB Link is not Active

    Hi DBAs,
    I have 2 DBs in 2 different servers and trying to create DB link from dbA(serverA) to dbB(serverB). I've created the DB link using OEM in dbA but when test the link I'm prompted with "The Database Link is not Active".
    I've disabled the "NAMES.DEFAULT_DOMAIN" entry in sqlnet.ora files of both servers. The db_domain of both DBs are equal to "WORLD". And global_name of dbA is DBA.WORLD and dbB is DBB.WORLD. Meanwhile the global_names in pfile = FALSE. My tnsping to dbB from serverA is working fine and even I can connect to the dbB using sqlplus with the same login credentials that I've used to create the DB link in OEM.
    Hope you guys will help me to resolve my problem.
    Thanks,
    Nesan
    Edited by: BinaryNesan on Mar 18, 2011 3:02 PM

    "The Database Link is not Active". Is that an Oracle Error Message with an ORA- error number ? Or a message returned by the front-end tool that you used (OEM ?).
    Did you configure the tnsnames.ora entry for the remote database in the database server's ORACLE_HOME -- which may be different from your client / OEM ORACLE_HOME ? A DBLink uses the ORACLE_HOME that is used to start the database instance.
    Hemant K Chitale

  • ER : 10338256 : AF:ACTIVEOUTPUTTEXT IN TASK-FLOW-CALL DOES NOT ACTIVELY CHA

    hi
    In the context of Re: Task Flow API for programmatically retrieving parameters? and "The official ADF EMG bug and ER thread", this forum thread is Re: Task Flow API for programmatically retrieving parameters? to get your vote or feedback on one specific ER:
    - 10338256, "AF:ACTIVEOUTPUTTEXT IN TASK-FLOW-CALL DOES NOT ACTIVELY CHANGE"
    Among other bugs, it was created in the context of forum thread "show server time on a page (automatically updating)" ...
    at show server time on a page (automatically updating)
    ... where part of the feedback from Oracle support (SR 3-2369020191) was
    "... we have the limitation in ADS today that we can't add an ADS component to a page through a PPR request. For example, a task-flow-call, or a simple button click with the attribute partialSubmit=true ..."
    (But, regardless the intent of this forum thread, feel free anytime to pursue other means to attract the attention of Oracle to a specific ER. Possibly by creating a service request referring to an ER, or by any other way you see fit.)
    many thanks
    Jan Vervecken

    +1

Maybe you are looking for