ASE New Feature or a bug

In our development server we created a store dprocedure inside which we force an index. When we moved the stored procedure to our QA environment and create it, it worked OK, despite the fact that in QA the table in question has no index as yet:
The command completed with no results returned
<<< DROPPED PROCEDURE COMM_get_security_info >>>
The command completed with no results returned
The command completed with no results returned
<<< CREATED PROCEDURE COMM_get_security_info >>>
The stored procedure has the following force index:
from
security (index UNX_smb_su_sym_sed)
where
symbol = @p_symbol
Is this a normal behavior? 
ASE version:Adaptive Server Enterprise/15.0.3/EBF 17779 ESD#4/P/Solaris AMD64/OS 5.10/ase1503/2768/64-bit/FBO/Thu Aug 26 11:42:38 2010  

Hi Taghi,
I figured out why I wasn't always getting the warning on my system; I had statement cache turned on in my test server, so the warning was only output the first time I ran a particular query.  The warning is easy to miss as it is output before the result set and doesn't abort the command.  Also, as the SELECT succeeds, @@error is 0 after the result set is returned.
One way you can improve your chances of noticing that you have queries that try to force a non-existant index would be to run
sp_altermessage 307, "with_log", true
That causes the warning to be output to both the client and the ASE errorlog:
% tail $DSQUERY.log
00:0000:00000:00012:2014/05/12 07:45:23.26 server  Maximum number of user seat licenses used during current sample period: 1.
00:0000:00000:00012:2014/05/12 07:45:23.26 server  Maximum number of user seat licenses used since startup: 1.
00:0000:00000:00019:2014/05/12 07:48:39.22 server  Index 'gah' specified as optimizer hint in the FROM clause of table 'sysobjects' does not exist.  Optimizer will choose another index instead.
You would then have some detective work to figure out what the query was and where it was coming from, but at least you would know it was happening.
-bret

Similar Messages

  • What is new features of iPhone software 1.1.4?

    I have 1.1.3 on my iPhone. I checked apple site and didn't find the new features.
    Where can I find new features of newer version of iPhone software?
    And do you recommend to update with newer version of software all the time it is newly available?
    Thanks for help in advance!

    no new features... bug fixes only.

  • A potential bug on the new feature (12c) of Identity Column?

    Hi,
    I am testing a newly introduced feature of Identity Column in Oracle 12c. I used EclipseLink (JPA) to access the database.
    I may have found a potential bug with this feature. I am getting "ORA-30667: cannot drop NOT NULL constraint on a DEFAULT ON NULL column" when I try to insert a row. My code doesn't explicitly drop "NOT NULL" constraint.
    When I delete all the tables under the user and re-define the user and the tables, the error disappear.
    Here are the details:
    Error:
    DatabaseException Internal Exception: java.sql.SQLException: ORA-00604: error occurred at recursive SQL level 1 ORA-30667: cannot drop NOT NULL constraint on a DEFAULT ON NULL column Error Code: 604 Call: INSERT INTO MyTable (ID, SOMEID, SOMEDATE) VALUES (?, ?, ?) bind => [null, 100100147, 2013-11-29 Query: InsertObjectQuery(cus.entity.MyTable@1a9ea5b)
    Table definition:
    CREATE TABLE MyTable (id NUMBER GENERATED BY DEFAULT ON NULL AS IDENTITY PRIMARY KEY,
          someId INT NOT NULL,
          someDate DATE NOT NULL,
          PARTITION BY range(someDate)
          interval(numtodsinterval(1,'year'))
          SUBPARTITION BY HASH ( someId)
          SUBPARTITIONS 20
           PARTITION p0 VALUES LESS THAN (TO_DATE('01-12-2013', 'DD-MM-YYYY'))
    Could anyone tell me if there might be a bug associated with the new feature or if there was something wrong with my code?
    I would be appreciated if anyone can help.

    "here is a reproducible test case in the SCOTT schema - if it reproduces for you open an SR with Oracle"
    Yes. I have just followed the instruction you posted and managed to re-produce the same error I reported earlier. Here are the details of the script output following your posted instruction:
    table MYTABLE dropped.
    purge recyclebin
    table MYTABLE created.
    1 rows inserted.
    table MYTABLE dropped.
    OBJECT_NAME                                                                                                                      ORIGINAL_NAME                                                                                                                    OPERATION TYPE                      TS_NAME                        CREATETIME          DROPTIME               DROPSCN PARTITION_NAME                                                                                                                   CAN_UNDROP CAN_PURGE    RELATED BASE_OBJECT PURGE_OBJECT      SPACE
    BIN$6NCDTxmXTb2QBpUWF0kGqw==$0                                                                                                   SYS_C0010655                                                                                                                     DROP      INDEX                     USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030808                                                                                                                                  NO         YES            98789       98789        98812          8
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:30:56 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98790       98789        98789          0
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                                  NO         NO             98833       98789        98789       1024
    BIN$Ka0sgN7XRBeCsjyXTQ76cA==$0                                                                                                   MYTABLE                                                                                                                          DROP      Table Composite Partition USERS                          2013-12-01:10:31:37 2013-12-01:10:32:17    4030812                                                                                                                          &

  • Is This A BUG or One Of Logics New Features

    of course i'm ready to mix and on the mixer, none of the faders or pans work. they won't move. then it crashes. the only way i can change levels is from the arrange page. has anyone else experienced this? i can tell you this, every new project has at least 20 crash projects. in the past this hardly ever happened. this is by far the buggiest program i have ever worked on. too bad cause i like the new features.

    By chance are you working on an L7 song that you opened in L8?

  • Visual Studio 2013 is creating new feature every time new list definition is added

    We are using Visual Studio 2013 and details are as under:
    Microsoft Visual Studio Ultimate 2013
    Version 12.0.30501.00 Update 2
    We we add a new list definition in our project, it creates a new feature with it. If we delete the feature and add list definition in the existing feature, list is created but columns are not added in the list.
    Same thing happened if we rename "Feature1", a new feature is created every time a new list definition is created.
    This doesn't happen when we add a Visual WebPart.
    Also, we have three different custom list option in the drop down in new list creating wizard.
    Is this a bug or we are doing something different.   
    http://farhanfaiz.wordpress.com

    Intellisense has a bug in VS2013 where it doesn't recognize InitializeComponent when you start working on the XAML.  My feeling is that if you try to compile this app, it will run fine (as long as there are no actual errors).
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • What are the New Features in Apex 3.1.2 as Comparitive with Apex 3.1

    hi all
    what are the new features in Apex 3.1.2 as compartively with Apex 3.1?
    Is it recommended to use 3.12 comparitivly 3.1?
    please drop ur valuable answers
    many thanks
    khaja
    Edited by: ATM on Dec 27, 2008 1:06 PM
    Edited by: ATM on Dec 27, 2008 1:11 PM
    Edited by: khaja on Jan 18, 2009 10:47 AM

    Hello,
    Versions 3.1.1 and 3.1.2 are actually patched version of APEX 3.1. As such, they don’t introduce new features, but mainly fix bugs from the main release. If you want to learn specific details about these versions, you should read the readme file attached to the patch set files (on metalink).
    It’s always best to work with the latest patched version, as it reduces your chances to encounter bugs. In general, so far the new APEX versions added many new features and technologies, while maintaining backward compatibility, so existing applications functionality is not impaired. Personally, I don’t see any reason not to upgrade and use the latest version, certainly when you are comparing 3.1 to 3.1.2.
    Regards,
    Arie.

  • DATABASE RESOURCE MANAGER ( ORACLE 8I NEW FEATURE )

    제품 : ORACLE SERVER
    작성날짜 : 2004-08-16
    DATABASE RESOURCE MANAGER ( ORACLE 8I NEW FEATURE )
    ===================================================
    SCOPE
    8i~10g Standard Edition 에서는 Database Resource Manager 를 지원하지 않는다.
    Explanation
    Database Resource Manager란 OS에서 제공하는 자원 (예 : CPU 자원 )에 대해 DB
    차원에서 계획을 세워, 세부 관리를 할 수 있도록 해 주는 서비스이다.
    예를 들어 주간에 batch 작업을 처리하더라도, OLTP 업무에는 지장을 주지 않아야
    할 경우 batch 작업에 CPU 자원을 적게 할당해 주는 것이 바람직 하며, Resource
    Manager를 활용하여 CPU 자원을 batch 작업과 OLTP 업무에 서로 다르게 할당해 줄
    수 있다. ( Oracle 8.1.6 까지는 Resouurce Manager에서 CPU 자원에 대해서만
    관리만 가능하다 )
    1. 용어
    1) Resource Consumer Group
    사용자 session들의 집합. Resource에 대한 요구사항에 따라 나뉘어진 그룹.
    2) Resource Plan
         Consumer Group에 자원을 할당 해 주기 위한 resource plan directive들을
    포함.
    3) Resource Allocation Method
         Resource Manager에서 자원을 할당해 주는 방법/정책.
    4) Resource Plan Directive
         Resource Plan에 대해 자원을 할당해 주는 세부 내역.
    2. Resource Consumer Group
    * 기본 group
         [ 사용자가 삭제, 수정할 수 없는 group ]
         OTHER_GROUPS : active plan schema에 속하지 않는 consumer group의 모든
    session
         DEFAULT_CONSUMER_GROUP : consumer group을 지정하지 않은 모든
    session.(default)
         [ 기본적으로 제공되나 사용자가 삭제하거나 변경할 수 있는 group ]
         SYS_GROUP : SYSTEM_PLAN에 대한 high priority consumer group
    SYSTEM, SYS user에 할당한다.
         LOW_GROUP : SYSTEM_PLAN에 대한 low priority consumer group
    3. Resource Plan
         Consumer group에 속하는 session들은 해당 group에 대한 resource plan에
    따라 자원 할당이 결정되며, 자원 할당에 대한 세부 사항은 resource plan에
    대한 resource plan directive에서 지정된다.
         Resource plan은 subplan을 둘 수 있다.
    4. Resource Allocation Method
         Round-robin Method : Consumer group 내에서 session들에 대한 CPU 할당
         Emphasis Method : Consumer group에 할당되는 CPU
         Absolute Method : Parallel degree 한계 ( 예 : Parallel Query에서의
    degree )
    5. Resource Plan Directive
         Resource Plan Directive에 지정된 내용들은 resource plan에 따라
    consumer group에 자원을 할당할 때 반영된다.
    6. 구현 예제
         MYDB PLAN +-> MAILDB PLAN +-> POSTMAN GROUP (40% Level 1)
         | (30% Level 1) |
         | +-> USERS GROUP (80% Level 2)
         | |
         | +-> MAILMAINT GROUP (20% Level 2)
         | |
         | +-> OTHER GROUP (100% Level 3)
         |
         +-> BUGDB PLAN  +-> ONLINE GROUP (80% Level 1)
         (70% Level 1) |
         +-> BATCH GROUP (20% Level 1)
         |
         +-> BUGMAINT GROUP (100% Level 2)
         |
         +-> OTHER GROUP (100% Level 3)
         위 예에서 MYDB PLAN에는 2개의 subplan ( MAILDB PLAN, BUGDB PLAN )이
         있으며 각각 30%와 70%의 CPU 자원을 할당하였다.
         Level 1, Level 2, Level 3 는 우선순위 레벨을 의미하며, 하나의
         resource plan에서 동일한 level의 합이 100%를 넘지 못한다.
         ( Level 은 1부터 8까지 지정할 수 있으며 level 1이 가장 우선순위가
         높으며 level 8이 가장 우선순위가 낮다 )
         예를 들어 전체 CPU 자원의 70%를 할당 받은 BUGDB PLAN은 다시
         ONLINE GROUP과 BATCH GROUP을 두고 있는데, 이 둘의 Level이 모두 1이며
         두개의 percentage의 합이 100%이다. 하지만, 즉, level 1인 ONLINE GROUP
    에 90%를 할당하였다면, level 1인 BATCH GROUP에는 10% 이상을 할당할 수
    없다.
    Example
         * 구현을 위한 코드
         BEGIN
         /* PLAN schema 작업 영역 생성 */
         DBMS_RESOURCE_MANAGER.CREATE_PENDING_AREA();
         /* BUGDB PLAN, MAILDB PLAN, MYDB PLAN 생성 */
         DBMS_RESOURCE_MANAGER.CREATE_PLAN(PLAN => 'bugdb_plan',
         COMMENT => 'Resource plan/method for bug users sessions');
         DBMS_RESOURCE_MANAGER.CREATE_PLAN(PLAN => 'maildb_plan',
         COMMENT => 'Resource plan/method for mail users sessions');
         DBMS_RESOURCE_MANAGER.CREATE_PLAN(PLAN => 'mydb_plan',
         COMMENT => 'Resource plan/method for bug and mail users sessions');
         /* CONSUMER GROUP 생성 */
         DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP =>
    'Bug_Online_group', COMMENT => 'Resource consumer group/method for
    online bug users sessions');
         DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP =>
    'Bug_Batch_group', COMMENT => 'Resource consumer group/method for
    bug users sessions who run batch jobs');
         DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP =>
    'Bug_Maintenance_group', COMMENT => 'Resource consumer group/method
    for users sessions who maintain the bug db');
         DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP =>
    'Mail_users_group', COMMENT => 'Resource consumer group/method for
    mail users sessions');
         DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP =>
    'Mail_Postman_group', COMMENT => 'Resource consumer group/method for
    mail postman');
         DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP =>
    'Mail_Maintenance_group', COMMENT => 'Resource consumer group/method
    for users sessions who maintain the mail db');
         /* BUGDB PLAN에 대한 DIRECTIVE 생성 */     
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'bugdb_plan',
    GROUP_OR_SUBPLAN => 'Bug_Online_group',     COMMENT => 'online bug users
    sessions at level 1', CPU_P1 => 80, CPU_P2=> 0,
         PARALLEL_DEGREE_LIMIT_P1 => 8);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'bugdb_plan',
    GROUP_OR_SUBPLAN => 'Bug_Batch_group',      COMMENT => 'batch bug users
    sessions at level 1', CPU_P1 => 20, CPU_P2 => 0,
         PARALLEL_DEGREE_LIMIT_P1 => 2);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'bugdb_plan',
    GROUP_OR_SUBPLAN => 'Bug_Maintenance_group',COMMENT => 'bug
    maintenance users sessions at level 2', CPU_P1 => 0, CPU_P2 => 100,
         PARALLEL_DEGREE_LIMIT_P1 => 3);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'bugdb_plan',
    GROUP_OR_SUBPLAN => 'OTHER_GROUPS', COMMENT => 'all other users
    sessions at level 3', CPU_P1 => 0, CPU_P2 => 0, CPU_P3 =>
         100);
    (참고) CPU_P1 : cpu allocation for level 1
         /* MAILDB PLAN에 대한 DIRECTIVE 생성 */
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'maildb_plan',
    GROUP_OR_SUBPLAN => 'Mail_Postman_group',COMMENT => 'mail postman at
    level 1', CPU_P1 => 40, CPU_P2 => 0, PARALLEL_DEGREE_LIMIT_P1 => 4);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'maildb_plan',
    GROUP_OR_SUBPLAN => 'Mail_users_group',     COMMENT => 'mail users
    sessions at level 2', CPU_P1 => 0, CPU_P2 => 80,
         PARALLEL_DEGREE_LIMIT_P1 => 4);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'maildb_plan',
    GROUP_OR_SUBPLAN => 'Mail_Maintenance_group',COMMENT => 'mail
    maintenance users sessions at level 2', CPU_P1 => 0, CPU_P2 => 20,
         PARALLEL_DEGREE_LIMIT_P1 => 2);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'maildb_plan',
    GROUP_OR_SUBPLAN => 'OTHER_GROUPS', COMMENT => 'all other users
    sessions at level 3', CPU_P1 => 0, CPU_P2 => 0, CPU_P3 =>
         100);
         /* MYDB PLAN에 대한 DIRECTIVE 생성 */
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'mydb_plan',
    GROUP_OR_SUBPLAN => 'maildb_plan', COMMENT=> 'all mail users
    sessions at level 1', CPU_P1 => 30);
         DBMS_RESOURCE_MANAGER.CREATE_PLAN_DIRECTIVE(PLAN => 'mydb_plan',
    GROUP_OR_SUBPLAN => 'bugdb_plan', COMMENT => 'all bug users sessions
    at level 1', CPU_P1 => 70);
         /* PLAN schema 작업 내용을 저장 */
         DBMS_RESOURCE_MANAGER.VALIDATE_PENDING_AREA();
         DBMS_RESOURCE_MANAGER.SUBMIT_PENDING_AREA();
         end;
    7. CONSUMER GROUP에 사용자나 세션을 할당하는 방법
         먼저 인스턴스에서 사용할 TOP Level resource plan 을 지정한다.
    initSID.ora에 RESOURCE_MANAGER_PLAN = MRDB_PLAN 지정이나 아래와 같이
    session level에 ALTER SYSTEM command를 사용하여 지정한다.
         ALTER SYSTEM SET RESOURCE_MANAGER_PLAN = MYDB_PLAN;
         그리고 SCOTT 계정에 BUG_ONLINE_GROUP과 BUB_BATCH_GROUP 에 속할 수 있는
    권한을 부여     
    DBMS_RESOURCE_MANAGER_PRIVS.GRANT_SWITCH_CONSUMER_GROUP ('SCOTT',
    'BUG_ONLINE_GROUP', TRUE);
         DBMS_RESOURCE_MANAGER_PRIVS.GRANT_SWITCH_CONSUMER_GROUP ('SCOTT',
    'BUG_BATCH_GROUP', TRUE);
         * DBMS_RESOURCE_MANAGER.SET_INITIAL_CONSUMER_GROUP( user in
    varchar2, consumer_group in varchar2);
         예)
         DBMS_RESOURCE_MANAGER.SET_INITIAL_CONSUMER_GROUP('SCOTT',
    'BUG_ONLINE_GROUP');
         SCOTT 계정을 BUG_BATCH_GROUP에 할당
         * DBMS_RESOURCE_MANAGER.SWITCH_CONSUMER_GROUP_FOR_SESS (
                             session_id IN NUMBER,
                             session_serial IN NUMBER,
                             consumer_group IN VARCHAR2);
         예)
         DBMS_RESOURCE_MANAGER.SWITCH_CONSUMER_GROUP_FOR_SESS( 11, 2,
    'BUG_ONLINE_GROUP');
         * DBMS_RESOURCE_MANAGER.SWITCH_CONSUMER_GROUP_FOR_USER (
                             user IN VARCHAR2,
                             consumer_group IN VARCHAR2);
         예)
         DBMS_RESOURCE_MANAGER.SWITCH_CONSUMER_GROUP_FOR_USER('SCOTT',
    'BUG_BATCH_GROUP');
    8. 관련된 Dictionary
    DBA_RSRC_PLANS : Resource plan과 status
    DBA_RSRC_PLAN_DIRECTIVES : Resource plan directives와 status
    DBA_RSRC_CONSUMER_GROUPS : Consumer group과 status
    DBA_RSRC_CONSUMER_GROUP_PRIVS : 사용자에게 부여된 Consumer group
    DBA_USERS : INITIAL_RSRC_CONSUMER_GROUP라는 새로운 column이 추가
    V$SESSION : RESOURCE_CONSUMER_GROUP라는 새로운 column이 추가
    V$RSRC_PLAN : 새로운 view로 active resource plan을 보여준다
    V$RSRC_CONSUMER_GROUP : 새로운 view로 consumer group의 active session
    을 보여준다.
    Reference Ducumment
    ---------------------

    user1 is the schema present in DB1
    user2 is the schema present in DB2. I just have a DB link
    as below:
    create database link link_to_DB2 connect to user2 identified by user2 using 'DB2';---Connects from user1 of DB1 to user2 of DB2.
    Requirement is as below:
    CPU for DB2 - 25%
    Out of above 25%, CPU for user2 - 70%
    CPU for user1 30% -- whenever it conncts using the link)
    Please help me out.

  • New Features for the Zen Mic

    So I have been buzzing around this board for the last week or so, reading up on my new Micro. And now that I have figured everything out and gotten the player to work with WMP0 properly (knock on wood) there are a few things that I would suggest to the developers for future versions of the firmware that I have not even seen mentiond. First off, I would like to see the ability to rate my music, I know that this is probably not the most commonly sought after, or even useful feature, but I like to have all my music rated, and the ability to do it right on the player would be nice. The other thing, witch I think of as more of a bug then a new feature, is that the second a song starts to play it adds one to the play count. I think that the play count needs to be updated AFTER the song has finished playing or, if possible, it would be best sometime in the middle of the song. As it is now, if I *accidently* play a song, the play count goes up, even though I stop playback or change the song only a few seconds into it. Another thing that I would like to see improved is the creation of playlists on the device. I know you can save the "Now Playing" list as a playlist, but you can't reorganize the list. I would also like to see some of the other more asked for features, EAX would be nice for instance. I Don't know, just my two cents.

    Sounds like something went south in the OS or actual mp3 decoder in the player. I might try a Clean Up in Resuce mode then maybe a Reload OS. You can get into rescue mode by turning off the player and taking out the battery. Push the power switch in the on position and keep it held over while you re-insert the battery. It should boot into Rescue mode. Try a Clean Up. It should display a status % complete and only take a few moments. Try the songs again and see if there's the same problem.
    If that doesn't work download firmware v.0.03 and select Reload Firmware via USB.
    If either of these things don't work and the source files are clean it might be a bigger problem that might require a replacement.

  • How do I find out what "new" features, if any, are in incremental version updates to CC?

    In olden days, Adobe would tell you what was fixed and what was added to new micro-versions of a product. I've noticed now that when I get an update to Photoshop or Bridge, it can be over 100mb but nowhere does it say what the update is for like new features, bug fixes, etc. Does anyone know if there is a version changelog or anything similar that explains what each new incremental update does or fixes? Since we are paying now for our Photoshop and new implementations are supposed to be included (thus no more major new versions), I'd like to know what these new incremental updates actually do and what new and wonderous things Adobe has come up with. Anyone know??

    Hi,
    You can read about the 14.1.1 & 2 updates here:
    http://blogs.adobe.com/crawlspace/2013/09/photoshop-cc-14-1-1-update-now-available.html
    For the new features in 14.1, you can find them here:
    http://helpx.adobe.com/photoshop/using/whats-new.html#Photoshop%20CC%20|%20September%202013
    regards,
    steve

  • Do Text Edit's new features apply to other apps?

    Do the new features in Text Edit (holding down a letter key to evoke accent marks, spelling auto correction bubbles) apply to any other Apple products such as Pages, Keynote, Numbers, or any other word processors, such as Microsoft Word? Or do these new features apply exclusively to Text Edit? Thanks.

    Its not a suggestion, its a bug - since 8.1 iTunes will not drag and drop into some apps - it will work with logic & garageband, it won't work with Live or Toast or Quicktime player.

  • New feature of 9iR2: List Subpartitioning

    Hi,
    I'm currently working on a DWH project using Oracle 9iR2.
    I'm thinking of using the new feature of 9iR2 alowing the composite partitioning with list subpartitioning.
    I was wondering if anyone has some practical experience with that new feature. Are there many bug/problems related to it?
    Thanks for any feedback
    Maurice

    Thank you everyone for your responses. All of our Feature phones listed, can select the pay-as-you go $1.99/MB plan or a MB package. If you are looking for a non-slider all touch screen phone, the Pantech Crux is an option. Even though we do have any new information about new phones being released, I would like to invite you to sign up for email updates to be among the first to be notified of new phones and services. You can click this direct link: www.verizonwireless.com/emailupdates   
    I hope this is helpful.
    GinaH_VZWSupport
    Thank you everyone for your responses. All of our current Feature phones listed on vzw.com, can select the pay-per-use $1.99/MB plan or a MB package. If you are looking for a non-slider all touch screen phone, the Pantech Crux is an option. The Comos Touch offers a touch screen and slide out keyboard.
    Once you select the phone and add to your cart, you will then be presented with data plan options to select.
    Although we don't have any new information about new phones being released, I would like to invite you to sign up for email updates to be among the first to be notified of new phones and services. You can click this direct link: Email Updates   
    I'm sure we will be releasing new phones very soon. Thank you for your patience.
    I hope this is helpful,
    GinaH_VZWSupport

  • New feature idea - Beat Grid

    Hi all,
    I've got an idea for a new feature and thought I'd post it here in case other people agree that it's a good idea and would like to submit a feature request to help get it noticed.
    Beat Grid 
    It would be useful to be able to overlay a grid of vertical lines onto the timeline which show the positions of musical beats and bars.  This would assist with positioning keyframes and edit points in projects that are based around music.
    You would need to be able to specify a tempo, time signature, and an offset.  Beats should be shown with one colour or thickness of line, with downbeats coloured differently or a different thickness, and it should be an option to snap keyframes to the beat grid.
    Musical synchronisation forms the basis of a huge amount of motion graphics work, and therefore I think this feature would be very useful and popular.  (My current method is to put beat markers on the audio layer, but making a grid overlay as part of the user interface would be a much neater/easier method.)
    Here's a mock-up of how I imagine it looking: https://dl.dropboxusercontent.com/u/1388508/BeatGridMockup.jpg
    The green lines represent downbeats (i.e. the first beat of a bar), and the yellow ones are individual beats.
     Ideally you'd be able to interactively drag the green downbeat lines to offset the position of the whole grid, and drag the yellow beat lines to change the grid spacing (i.e. tempo), as well as entering numeric values.  These should be saved per comp rather than being a global grid setting, and appearance should be configurable as a general AE preference (eg line colours). 
    An extension of this could be automatic beat detection to configure the grid, but to be honest it wouldn't be difficult to set it up manually if implemented the way I've described above.
    If you think this would be useful, please post a feature request at Adobe - Feature Request/Bug Report Form .  I'm sure this would be relatively easy for the team to implement and be a huge time saver for many of us.
    Cheers,
    Phil

    Hi Dave,
    Yes I'm familiar with those terms, and appreciate what you're saying, but I don't think this would 'severely limit' the use of a beat/timeline grid.
    There's plenty of music out there that does have a consistent tempo (particularly electronic music, and library music which is usually produced on computer), and there are also plenty of occasions when it would be useful to have a time-interval grid, even when music isn't being used.    (I've started thinking of it as a 'timeline grid' rather than a 'beat grid' now.
    What I'm proposing is not a plugin, but a simple addition to the user interface - a grid you can turn on and off, just like the grid in the comp viewer.
    Personally, with the work I do, I would benefit from such a feature like this on an almost daily basis, hence why I'm putting the idea out there in the hope that other people agree.

  • New feature for autosuggest widget

    Hi Spry developers!
    I have implemented a new feature in autosuggest widget, and I
    ask you if you can add this feature in Spry 1.6 release...
    You can view my example here:
    Multiple
    Autosuggest Example
    You can choose a splitting string that reinitialize the
    autosuggest, so you can have multiple suggestion with one input
    text field only...
    Let me know what you think about this!
    Thank a lot and best regards!

    Hi shakexx,
    Thanks for sharing your patch with us. I've opened a request
    for integration in our bug base. Just to set expectations ... we're
    winding down for Spry 1.6 so I wouldn't expect it to go in for the
    up-coming release.
    --== Kin ==--

  • Pkgfile rewritten in python with new feature

    hi.
    I have made a rewrite of pkgfile from the pkgtools package in python to speed up search by using a sqlite db file.
    $ pkgfile -h
    Usage: pkgfile [ACTIONS] [OPTIONS] filename
    Options:
    --version show program's version number and exit
    -h, --help show this help message and exit
    -b, --binaries only show files in a {s}bin/ directory. Works with -s,
    -l
    -c, --case-sensitive make searches case sensitive
    -g, --glob allow the use of * and ? as wildcards.
    -r, --regex allow the use of regex in searches
    -L, --local search only in the local pacman repository
    -v, --verbose enable verbose output
    ACTIONS:
    -i, --info provides information about the package owning a file
    -l, --list list files of a given package; similar to "pacman -Ql"
    -s, --search search which package owns a file
    -u, --update update to the latest filelist. This requires write
    permission to /var/cache/pkgtools/lists
    A new feature is that it does not download files list if there is no new update, saving bandwidth.
    It's a fork on github so you can try it there git://github.com/solsticedhiver/pkgtools.git
    Or just change the _gitroot variable to git://github.com/solsticedhiver/pkgtools.git in the PKGBUILD for pkgtools-git from AUR
    I exchanged with Daenyth which showed some interest for it. And made me correct my style code ;-). But we're still waiting for him to accept the pull request on github (to a new branch in its git repo ?), and to possibly merge it upstream later.
    Tell me what you think about it.
    If you find bugs, you could report it on github.

    After just changing the _gitroot make complained:
    ==> Starting make...
    rm: cannot remove `/home/karol/test/t1/pkgtools-git/src/pkgtools-build': No such file or directory
    Aborting...
    'touch pkgtools-build' "fixed it" ;P
    Core, extra, community and local repo were OK, but I got errors for other repos:
    :: Checking [heftig] for files list ...
    :: Downloading http://archlinux.ro/~heftig/repo/i686/heftig.files.tar.gz ...
    :: Converting [heftig] file list ...
    Error: Unable to open /tmp/tmpxe6Gjg.gz
    :: Checking [xyne-any] for files list ...
    :: Downloading http://xyne.archlinux.ca/repos/xyne-any/xyne-any.files.tar.gz ...
    :: Converting [xyne-any] file list ...
    Error: Unable to open /tmp/tmpt1QgB0.gz
    :: Checking [unarch] for files list ...
    :: Downloading http://us4all.info/unarch/arch/i686/unarch.files.tar.gz ...
    :: Converting [unarch] file list ...
    Error: Unable to open /tmp/tmpcbuuaW.gz
    :: Checking [archlinuxfr] for files list ...
    :: Downloading http://repo.archlinux.fr/i686/archlinuxfr.files.tar.gz ...
    :: Converting [archlinuxfr] file list ...
    Done
    :: Checking [archstuff] for files list ...
    :: Downloading http://archstuff.vs169092.vserver.de/i686/archstuff.files.tar.gz ...
    :: Converting [archstuff] file list ...
    Error: Unable to open /tmp/tmpycP5bc.gz
    :: Checking [arch-games] for files list ...
    :: Downloading http://pseudoform.org/arch-games/games/i686/arch-games.files.tar.gz ...
    :: Converting [arch-games] file list ...
    Done
    :: Checking [dragonlord] for files list ...
    :: Downloading http://repo.dragonlord.cz/arch/i686/dragonlord.files.tar.gz ...
    :: Converting [dragonlord] file list ...
    Error: Unable to open /tmp/tmpy5RGe8.gz
    Can I just post here or do I have to report it on github?
    This pkgfile implementations still takes about 30s to find what I'm looking for but does so w/o thrashing my disk - good work :-)
    Last edited by karol (2010-09-17 13:55:22)

  • How to use new feature "New Picture"?

    SDDM 4.1.0.866 has a new feature ("New Picture"), icon to the right of "New Note" icon. Using this icon, I can insert an external image in a relational diagram, but when I go through the same motions on a logical diagram, the image does not show up. Am I not using the new feature correctly, or does it apply only to relational diagrams? Thanks.

    Hi Patrick,
    it should be possible to add image to diagrams in all models. It appears there is a problem for diagrams in logical model.
    Thanks for reporting the problem, I logged a bug.
    Philip

Maybe you are looking for

  • How do I unmerge multiple cells in an excel spreadsheet?

    This is driving me nuts! I have no problem using excel on a PC but I can't for the life of me figure out how to unmerge cells on a mac. I've tried opening the formatting toolbox and going to alignment/spacing and then clicking in the "merge cells" bo

  • Symbolic link error when exporting during heterogeneous system copy

    My enviroment is ECC6.0/Oracle 10.2.0.2/SUN Solaris 10 . I'm performing  heterogeneous system copy to Oracle 10.2.0.2/AIX 6.1 enviroment. I've succesfully exported & imported two systems ie DEV & Solutin Manager , but PRD system has an OS problem wit

  • BO Advanced Analysis - Office Edition  / Switch off key suppression

    When connecting directly to a DSO/cube. Where it the option to switch off the repeated key value suppression? Thanks for all replies in advance, Axel

  • Unexplained indentation after JComboBox

    Hey folks, I've got a bit of an odd problem here, which is either because of my ignorance of JComboBox behaviour or simply an odd bug or feature in said JComboBox component. Basically, I've got an Options window that, in my application, is opened usi

  • Use, purpose, related t-codes for "INVOIC_FI_INBOUND"

    Hi all, I am new to badi and suddenly i got requirement to work with this badi - INVOIC_FI_INBOUND. I need the (1) Use of this badi                 (2) Purpose of this badi                 (3) I need all the T-codes which are used for this badi or th