All sqls executed by an user with a timeframe with bind variables.

10.2.0.4 Version.
Is there a way to get list of all the sqls executed by an user between time t1 and t2 with bind variables along with the stats from v$sql.
I am able to get binds from v$sql_bind_capture for an user but not able to restrict to the time frame I want.
Thanks for help in advance.

Enable 10046 trace (level=12) for the sessions in question.
Make sure you have enough free space available as this could result in a huge file depending on session's activity.
Asif Momen
http://momendba.blogspot.com

Similar Messages

  • How to find out all SQLs executed by a procedure

    I need to find out all SQLs executed by a procedure. I can trace and check but in my case the issue happened 4 hours back and i know what procedure was causing it. There are multiple dynamic queries fired from this procedure. I need to track down all SQLs fired by this procedure constructed dynamically during the time issue was happening.
    I have the sql_id of the statement which was executing the procedure. How do I track down all "child" SQLs using this sql_id?
    Will appreciate any pointers.
    -ravi

    Thanks for your suggestion and looking into this.
    We already have that functionality built in. Version is 10.2.0.3...But the issue is the proc is called thousands of time in a day and we can not keep the tracking of sqls and parameters passed on all the time. When the issue happened we were not tracking. The bind variables are not captured as the SQL is constructed within the proc by looking up the values dynamically from secondary tables dynamically based on the parameters passed to the procedure. Now the SQLs which are generated from the proc will have the bind variables captured as they will come as predicates and will have no clob types (condition for the binds to be captured).
    I need a query to track down all "child" SQLs by using the sql_id of the parent process which is the procedure's sql_id.

  • Error with clob column: "No pl/sql translation for the blind type given for this bind variable"

    This is reports 11g
    I've got a clob column. Reports seems to recognize its type, but if I try to reference it in a format trigger, I get this error at compile time:
    "No pl/sql translation for the blind type given for this bind variable"

    Actually, Reports is in something better than Forms.
    Neither Forms nor Reports do not have "complete" SQL engine (both have only "complete" PL/SQL engine), but have their own SQL parser, which does not understand SQL commands after the database 8.0.
    But, in Reports Data Model - SQL Query Statement, we can write "modern" SQL statement (> database 8.0), because Reports sent it directly to the database, without using their own SQL parser.
    For example, in Reports Data Model - SQL Query Statement, we can write this (scalar subquery expressions, in bold):
    select empno,
           ename,
           deptno,
           (select dname from dept where deptno = emp.deptno) dname
      from emp
    order by empno;
    although scalar subquery expressions was introduced in the database 9.0.1, and in databases 8.0 and 8.1 we should write someting like this:
    select emp.empno,
           emp.ename,
           emp.deptno,
           dept.dname
      from emp,
           dept
    where dept.deptno = emp.deptno
    order by empno;
    Regards,
    Zlatko

  • How to bind the value of textbox with View object's bind variable?

    Hi all,
    In my use case I need to pass the value of textbox in the jsf page to the View Object's bind variable.
    I should not hard code this in my backing bean. I need to configure in the Jdeveloper itself.
    I am using Jdeveloper 11.1.1.4.0 version. Kindly come up with your help.
    Thanks,
    Phani.

    Hi,
    You have to use Named Bind Variables(ExecuteWithParams)
    http://download.oracle.com/docs/cd/B31017_01/web.1013/b25947/web_search_bc004.htm
    http://www.cloudsolid.com/2008/10/using-named-bind-variables.html

  • How to find all the sql executed in the database

    Hi
    We want to be able to collect all the sql statements executed in the database and be able to dump them in a file or a table. Can anyone tell me how we can get that done?
    Regards,

    if you are using oracle 10g, you can use one of the
    option of datapump tool to do thisthat's new to me, can you show us how ?
    For OP, you can check v$sqlarea view to find out all the sql statement still in shared_pool, however, there's no guarantee you will have all sql executed since database started.
    Like other poster mentioned, enable auditing if you want to collect that information.

  • Oracle9iR2/Solaris8 --  DRG-11207: user filter command exited with status 137

    The ctx_ddl.sync_index() procedure hangs when I use it to synchronize the index. It is obvious that the INSO filter is not responding.The LD_LIBRARY_PATH and PATH variables are correctly pointing to $ORACLE_HOME/ctx/lib, $ORACLE_HOME/lib and $ORACLE_HOME/bin,$ORACLE_HOME/ctx/bin respectively. The error in CTX_USER_INDEX_ERRORS is the all too famous:'DRG-11207: user filter command exited with status 137'. The platform is 9iR2/Solaris 8.
    Any ideas as to how to get INSO to start working with the various documents ON SOLARIS 8???
    Thanks

    The ctx_ddl.sync_index() procedure hangs when I use it to synchronize the index. It is obvious that the INSO filter is not responding.The LD_LIBRARY_PATH and PATH variables are correctly pointing to $ORACLE_HOME/ctx/lib, $ORACLE_HOME/lib and $ORACLE_HOME/bin,$ORACLE_HOME/ctx/bin respectively. The error in CTX_USER_INDEX_ERRORS is the all too famous:'DRG-11207: user filter command exited with status 137'. The platform is 9iR2/Solaris 8.
    Any ideas as to how to get INSO to start working with the various documents ON SOLARIS 8???
    Thanks

  • How to protect (take backups) SQL 2014 AAG databases from DPM 2012 R2 with RU2

    We have just upgraded / replaced our SQL Server plattform in the following way:
    SQL Servers:
    3 Servers running Windows 2008 R2 + SQL Server 2012 CU9
    Upgraded to SQL 2014 so the system databases were up to the latest level
    Removed all AlwaysOn AAG, destroyed cluster etc
    Then total reinstall of all servers with Windows 2012 R2 + fresh install of SQL 2014
    Replaced the fresh system databases with the old upgraded databases
    Upgraded SQL 2014 With CU2
    Re-setup a New cluster and AlwaysOn. All SQL Servers are running fine
    DPM 2012 R2 With RU2:
    Removed all previous backups of both AAG, Bare Metal etc related to the old servers.
    Uninstall the DPM agents 
    Reinstalled agents after the 3 new serves where ready
    Added Bare Metal backup. Works fine.
    Added SQL Server backup of databases not part of any AAGs. Works fine.
    Then comes the problem: I try to add protection of the new AAG's in DPM. I can see the new cluster and the AAG's, but when I try expand each Group, nothing shows up. It takes around 20 sec or so after I try to expand.
    Any clue about what can be wrong?
    Per

    Part 2
    115C 1B84 07/14 02:06:50.519 61 neapplicationnamespace.cpp(500) [000000000126FA30]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [000000000126FA30]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [0000000001275B40]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(1110) [0000000001275B40]  NORMAL Failed to get size of [%SystemRoot%\Vss\Writers\*.xml]
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(1059) [0000000001275B40]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(991) [0000000001275B40]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [0000000001275B40]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.520 61 neapplicationnamespace.cpp(500) [00000000034BD250]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfc????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfd????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfh????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1110) [00000000034BD250]  NORMAL Failed to get size of [%SystemRoot%\System32\Prfi????.dat]
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(1059) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : hr
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(991) [00000000034BD250]  WARNING Failed: Hr: = [0x80070002] : Encountered Failure: : lVal : GetFileSize(bstrFilespec, bstrPathDir, llFileSize)
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(500) [00000000034BD250]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.521 61 neapplicationnamespace.cpp(500) [00000000034BD6D0]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.522 61 neapplicationnamespace.cpp(500) [00000000034BD6D0]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.522 61 neapplicationnamespace.cpp(500) [00000000034BD820]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.530 61 neapplicationnamespace.cpp(500) [00000000034BD820]  NORMAL <--CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.530 61 neapplicationnamespace.cpp(500) [00000000034BE920]  NORMAL ==>CNEApplicationNamespace::EnumerateChildren
    115C 1B84 07/14 02:06:50.539 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.539 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.542 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.542 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.545 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.545 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.547 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.547 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.548 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.548 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.549 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.549 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.552 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.552 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.555 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.555 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.555 61 neapplicationnamespace.cpp(2250) [00000000034BE920]  NORMAL InitializeSQLQueryHelper: SQL Query Helper is initialized to SQL Instance [SQL1234\TEST] from SQL Instance []
    115C 1B84 07/14 02:06:50.573 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.581 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.581 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.584 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.584 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.587 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.587 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.590 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.590 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.591 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.591 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.592 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.592 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.594 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.594 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.597 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.597 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.598 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.606 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.606 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.609 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.609 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.612 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.612 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.614 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.614 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.615 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.615 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.616 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.616 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.619 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.619 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.621 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.621 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.623 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.631 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.631 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.633 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.633 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.636 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.636 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.639 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.639 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.640 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.643 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.643 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.646 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.646 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.647 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.655 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.655 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.658 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.658 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.661 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.661 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.664 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.664 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.665 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.668 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.668 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.671 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.671 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.672 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.680 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.681 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.683 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.683 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.686 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.686 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.688 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.688 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.689 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.689 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.690 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.690 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.693 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.693 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.695 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.695 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.697 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.705 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.705 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.707 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.707 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.710 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.710 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.713 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.713 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.714 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.714 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.715 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.715 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.717 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.717 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.720 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.720 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.722 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.730 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.730 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.732 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.732 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.735 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.735 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.737 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.737 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.738 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.738 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.739 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.739 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.742 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.742 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.745 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.745 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.746 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 1, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.754 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.754 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.757 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.757 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.760 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.760 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.762 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.762 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.763 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.763 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.764 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.764 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.767 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.767 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.769 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.769 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.771 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.779 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.779 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.782 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.782 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.784 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.784 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.787 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.787 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.788 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.788 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.789 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.789 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.792 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.792 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.794 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.794 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.796 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.804 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.804 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.807 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.807 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.809 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.809 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.812 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.812 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.813 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.813 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.814 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.814 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.816 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.816 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.819 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.819 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.820 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.828 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.828 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.831 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.831 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.833 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.833 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.836 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.836 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.837 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.837 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.838 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.838 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.840 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.840 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.842 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.842 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.844 61 neapplicationnamespace.cpp(2439) [00000000034BE920]  NORMAL IsIncrementalAllowed --> countSimpleMode 0, countReadOnly 0, countLogShipPrimary 0
    115C 1B84 07/14 02:06:50.851 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.851 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.854 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG1
    115C 1B84 07/14 02:06:50.854 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.857 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.857 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.859 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG2
    115C 1B84 07/14 02:06:50.859 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.860 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.860 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.861 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG3
    115C 1B84 07/14 02:06:50.861 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName
    115C 1B84 07/14 02:06:50.864 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.864 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for VirtualServerName
    115C 1B84 07/14 02:06:50.866 03 clusterutil.cpp(1147) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] GetStringPropertyInList failed for resource AAG4
    115C 1B84 07/14 02:06:50.866 03 clusterutil.cpp(432) [0000000003FADD00]  WARNING Failed: Hr: = [0x80070002] : ResUtilFindSzProperty failed for InstanceName

  • User defined report with bind variable

    How can I create an user defined report using a bind variable?

    We currently do not support bind variables in User Defined Reports. We are looking at adding that function before production but I can't promise.
    -- Sharon

  • How to execute a function and return the result into a bind variable

    Hi,
    I am trying to calculate the sum of salaries of all persons with a particular JOB_ID using a function TOTAL_INCOME(v_job_id).
    create or replace function total_income
    +(v_job_id IN varchar2)+
    RETURN number IS
    v_total number(6);
    cursor get_sal is
    select salary from employees
    where job_id = v_job_id;
    BEGIN
    v_total := 0;
    for emp in get_sal
    loop
    v_total := v_total emp.salary;+
    end loop;
    dbms_output.put_line('Total salary of '||v_job_id||' is: '|| v_total);
    return v_total;
    END;
    Now I woud like to execute this function and assign the returned value into a bind variable test_sal
    variable test_sal number(6)
    SELECT total_income('AD_VP') into :test_sal FROM DUAL;
    dbms_output.put_line('Total Sal:'||:test_sal);
    This is returning the below errors:
    SELECT total_income('AD_VP') into :test_sal FROM DUAL
    *+
    Error at line 0
    ORA-01036: illegal variable name/number
    dbms_output.put_line('Total Sal:'||:test_sal);
    Error at line 3
    ORA-00900: invalid SQL statement
    Could someone help me what could be the problem?? Thanks for your time...

    Dear,
    If everything you will do will be done inside PL/SQL (stored procedure or stored function) then you don't have to care about bind variable.
    When using PL/SQL (static SQL) you will never encounter issues related to bind variables. PL/SQL itself takes care of your code and uses bind variables behind the scene.
    The only situation where you have to look carefully to the use of bind variables within PL/SQL is when you use Dynamic sql into stored procedures or functions.
    So, see in the light of the above comment, if you have to care about returning your function into a bind variable?
    Best regards
    Mohamed Houri

  • Execution plan with bind variable

    dear all
    I join two tables and get "index fast full scan" with high cost using bind variable
    but when I remove the bind variable it executes with "index" and with lower cost
    What is the reason and how should I know which execution plan is really used in real life?
    thanks
    john

    1) What is oracle version?
    2) Post here both query and their explain plan.
    In fact INDEX FAST FULL SCAN indicate is multiblock read for composite indexes(and based on your query and predicates).In this case CBO behavior as FULL TABLE SCAN(affected by db_multiblock_read_count,system stats,etc).And you use bind variable.So in bind variable case CBO define selectivity based on arithmetic(5% of the cardinality) ,if you use concrete values instead of bind variable CBO identify other selectivity based on statistics,histograms,.... then it was identify cost of multiblock read and single block reads.You can see these 10053 event.Finally it choose lower cost`s plan.

  • Using pipelined functions with bind variables in Apex...

    Hy all:
    I have a table which has about 10 million records and it is hanging up the system when it is trying to retrieve the data from that table... so what I have done is I created a pripelined
    function and then trying to retrieve data using an SQL statement ... when I try to use a bind variable to filter by the date and location it is binding according to the location
    but not by date ... can anyone help me in this please!!
    Help greatly appreciated !
    Thanks in advance !

    Hi Denes:
    Create or replace type ohe1 as object (
    IMLITM NCHAR(50), IMAITM NCHAR(50), IMDSC1 NCHAR(60), COUNCS NUMBER(22), LIPQOH NUMBER(22),
    LIMCU NCHAR(24), LILOCN NCHAR(40), LILOTN NCHAR(60), LILOTS NCHAR(2), IOMMEJ NUMBER(22))
    CREATE OR REPLACE TYPE OHE AS TABLE OF Ohe1
    CREATE OR REPLACE FUNCTION GET_ohe
    return OHE PIPELINED
    IS
    m_rec ohe1:= ohe1 (NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,0);
    begin
    for c in (select f1.LITM LITM, F1.AITM AITM, F1.DSC1 DSC1, F5.UNCS UNCS,
    F21.QOH QOH, F21.MCU MCU, F21.LOCN LOCN, F21.LOTN LOTN, F21.LOTS LOTS,
    F8.MEJ MEJ FROM F1 F1, F2 F2, F21 F21, F5 F5, F8 F8
    WHERE (F5.EDG='07') AND (F21.QOH != 0) AND F2.IBITM = F1.IMITM
    AND F21.ITM = F2.ITM AND F21.ITM = F5.ITM AND F21.MCU = F5.MCU
    AND F21.MCU = F2.MCU AND F21.LOTN = F8.LOTN AND F21.MCU = F8.MCU)
    loop
    m_rec.LITM:=c.LITM;
    m_rec.AITM:=c.AITM;
    m_rec.DSC1:=c.DSC1;
    m_rec.UNCS:=c.UNCS;
    my_record.QOH:=c.QOH;
    my_record.MCU:=c.MCU;
    my_record.LOCN:=c.LOCN;
    my_record.LOTN:=c.LOTN;
    my_record.LOTS:=c.LOTS;
    my_record.MEJ:=c.MEJ;
    PIPE ROW (my_record);
    end loop;
    return;
    end;
    select LITM , AITM , DSC1 , UNCS*.0001 UNCS, QOH*.0001 QOH, (UNCS*.0001)*(QOH*.0001) AMOUNT,
    MCU MCU, LOCN LOCN, LOTN LOTN, LOTS LOTS, jdate(DECODE(MEJ,0,100001,MEJ)) MEJ FROM
    TABLE (GET_ohe)
    WHERE trim(LIMCU)= TRIM(:OHE_BRANCHID)
    AND (jdate(DECODE(MEJ,0,10001,MEJ)) >=:FROMEXPDT
    AND jdate(DECODE(MEJ,0,10001,MEJ)) <=:TOEXPDATE)
    The MEJ is a julian date and I am trying to convert it into a date ..... using the function jdate! and the pipelined function is created without any errors
    and I am able to get the data with correct branch location bind variable but only problem is it is not binding the date filters in the sql.....
    Thanks
    Edited by: user10183758 on Oct 16, 2008 8:17 AM

  • Bind Variables with AND in String causing Issues in XML & Report Outputs

    Hi all,
    I'm creating a BI Publisher report (10.1.3.2) and am experiencing an issue with the interprutation of Bind Variables in the Data Template.
    Here is an example of some of the Data template
    <dataTemplate name="BudgetDataBU" description="BudgetDataBU" dataSourceRef="DLXN">
       <parameters> 
          <parameter name="p_Year" dataType="Integer" include_in_output="true"/>
          <parameter name="p_Measure" dataType="character" include_in_output="true"/>
          <parameter name="p_Currency" dataType="character" include_in_output="true"/>
          <parameter name="p_Version" dataType="character" include_in_output="true"/>
       </parameters>
       <dataQuery>
          <sqlStatement name="BusUnits">
               <![CDATA[SELECT DISTINCT CC.BUSINESS_UNIT as BUSINESS_UNIT
                        FROM   DLXN_FACT_DATA_DET FD,
                               DLXN.COST_CENTRE CC
                        WHERE FD.COST_CENTRE = CC.COST_CENTRE
                        AND FD.CAL_YEAR    = :p_Year
                        AND FD.Currency      = :p_Currency
                        AND FD.Measure      = :p_Measure
                        AND FD.Version        = :p_Version                                
                        AND CC.DLXN_VIEW = 'Delexian' ]]>
               </sqlStatement>
           <sqlStatement name="Details">
               <![CDATA[SELECT DLXN_FACT_DATA_DET.VERSION,
                               DLXN_FACT_DATA_DET.CURRENCY,
                               DLXN_FACT_DATA_DET.CAL_YEAR as CAL_YEAR,
                               SUM(nvl(DLXN_FACT_DATA_DET.JAN_AMT,0)) as JAN_AMT,
            </sqlStatement>
        </dataQuery>The problem is with the :p_Measure Bind Variable but it could just as easily be any of the other character parameters.
    The particular string value that is causing a problem is "Travel and Expenditure". I believe it is due to the "AND" in the string but this string value cannot be changed in the database to say "Travel & Expenditure".
    I have thought about using a REPLACE function in the SELECT statement but see this as an ugly solution.
    Any input greatly appreciated.
    Kind Regards,
    Gary.

    We remove this restriction ,fix included in BI Publisher July 2009 update for 10.1.3.4.x. The patch number is 8704846.

  • OBIEE Integration with ADF - Reports with bind variables

    Hi,
    I've managed to integrate obiee with ADF by following the steps described in:
    http://www.oracle.com/technetwork/middleware/bi-publisher/adf-bip-ucm-integration-179699.pdf
    This is all fine and all but what about reports with complex queries where bind variables are needed?
    In short I need to send specific values from ADF application as parameters to the query of the report before building it, then create it and download the file as pdf.
    I don't have problems with building the file and downloading it when the query in the report has no bind variables, but when it does I do not know how to send them to the report.
    I can't seem to find such an implementation or example anywhere and I am stuck.
    Could anyone please point me in the right direction, eighter by providing a solution, or a link to such an example?
    Thank you!
    P.S.
    I'm using OBIEE 11.1.1.6.0 and JDeveloper 11.1.2.1.0
    Mihai Cornean
    Edited by: 885382 on Apr 11, 2013 11:10 PM

    Hi,
    try the BI Publisher forum for question towards this product BI Publisher
    Frank

  • The new value of bind variable does not show up after changed by PL/SQL

    Hi,
    I am running APEX 3.2. I use PL/SQL process to assign a new value to a bind variable, say, :P2_TEST := 123. The new value does not show up on the page although I can see it in the Session status.
    How can I make the new value to be displayed on the page immediately after the process is run?
    Kind regards,
    Tee

    Maybe you could use an ajax routine to refresh the item in your pl/sql routine?
    Thank you,
    Tony Miller
    Webster, TX

  • Execute all SQL code as individual Oracle user, not APEX_PUBLIC_USER

    Is it possible to get APEX to execute SQL code as the user's existing Oracle database user instead of APEX_PUBLIC_USER?
    Besides having all of the security already defined for each of the existing users at the database level, the existing application also handles generating audit trails with triggers that pull the username executing the SQL instead of accepting passed values. At the moment APEX_PUBLIC_USER is plastered everywhere as the user that generated the changes.

    rcy_evdriver wrote:
    Is it possible to get APEX to execute SQL code as the user's existing Oracle database user instead of APEX_PUBLIC_USER? No. See:
    {message:id=926724}
    {message:id=1224601}
    {message:id=1606515}
    Application Express and parsing of SQL
    Besides having all of the security already defined for each of the existing users at the database level, the existing application also handles generating audit trails with triggers that pull the username executing the SQL instead of accepting passed values. At the moment APEX_PUBLIC_USER is plastered everywhere as the user that generated the changes.Using DAD Credentials Verification will cause the database user to be returned by the <tt>USER</tt> pseudo-column. (However just because you can do this, it doesn't mean you should.)
    {message:id=9680421}
    Why are you asking this? +"At the moment APEX_PUBLIC_USER is plastered everywhere as the user that generated the changes"+ indicates that it might be a bit late to be making fundamental discoveries about APEX and database security?

Maybe you are looking for

  • HR ABAP - PTM

    Hi friends, Im beginner in HR ABAP and need ur advise for TIme Management. My client are in implementing Time Management and Payroll functions....What i need here is, as an Abapper/technical cons, when my work will come into place whether it starts w

  • My incoming calls have weak audio.Everything else is fine anyone have an answer?

    My iphone 4s has suddenly begun to have weak incoming call audio. Everything else works fine. I have reset it from factory settings and reloaded as advised by Apple Tech support..This didn't help. Anyone have a solution?

  • Change default port to 80

    Hi everyone, I am trying to change the default port of APEX to port 80. I performed all the steps described in the documentation or in this thread HTMLDB Port Number but I am getting the following error when trying to start the HTTP Server from oracl

  • Clarification in Archiving

    Hi, Currently we are in 4.6C and  are planning to carry out  archiving for the first time. I would like to know if there is any other transaction code for archival than SARA and is it the job of functional or basis or technical consultants? Thanks Su

  • CPUJul2009 on 11.1.0.7 on RH5 64bit

    Has anyone applied CPUJul2009 on 11.1.0.7 on RH5 64bit? It sent me to java hell: Applying patch 8563945... ApplySession applying interim patch '8563945' to OH '/home/oracle/orasw/app/oracle/product/11.1.0' Backing up files affected by the patch '8563