Which syntax is correct

i just want to know which is correct?
windows
10.2.0.4
two node rac
SCHEMA(ondemandlogs) i had a TABLE(OS_ONDEMAND_LOGS).i just want to know that table indexes i have queried them the out put is as follows
can you pls conform me how many indexes for OS_ONDEMAND_LOGS at particular user level.
note---we have OS_ONEMAND_LOGS table in so many schemas.
i think first is right?
pls approve
SQL> select index_name,table_owner from user_indexes where table_name='OS_ONDEMAND_LOGS';
INDEX_NAME TABLE_OWNER
RQSTYPE_IDX ONDEMANDLOGS
PRODUCT_IDX ONDEMANDLOGS
SQL> select index_name from dba_indexes where table_name='OS_ONDEMAND_LOGS';
INDEX_NAME
DATE_TIME_IDX
LOG_MSG_IDX
LOG_DATE_IDX
REQUEST_TYPE_IDX
REQUEST_TIMES_IDX
OS_ON_LOGS_IDX_1
OS_ON_LOGS_IDX_2
OS_ON_LOGS_IDX_3
OS_ON_LOGS_IDX_4
LOG_MSG_OTS
LOG_DATE_IDX
INDEX_NAME
DATE_TIME_IDX
REQUEST_TYPE_IDX
REQUEST_TIMES_IDX
LOG_MSG_IDX
OS_ON_LOGS_IDX_1
OS_ON_LOGS_IDX_2
OS_ON_LOGS_IDX_3
OS_ON_LOGS_IDX_4
RQSTYPE_IDX
PRODUCT_IDX
21 rows selected.

856483 wrote:
i just want to know which is correct?
windows
10.2.0.4
two node rac
SCHEMA(ondemandlogs) i had a TABLE(OS_ONDEMAND_LOGS).i just want to know that table indexes i have queried them the out put is as follows
can you pls conform me how many indexes for OS_ONDEMAND_LOGS at particular user level.
note---we have OS_ONEMAND_LOGS table in so many schemas.
i think first is right?
pls approve
SQL> select index_name,table_owner from user_indexes where table_name='OS_ONDEMAND_LOGS';
INDEX_NAME TABLE_OWNER
RQSTYPE_IDX ONDEMANDLOGS
PRODUCT_IDX ONDEMANDLOGS
SQL> select index_name from dba_indexes where table_name='OS_ONDEMAND_LOGS';
INDEX_NAME
DATE_TIME_IDX
LOG_MSG_IDX
LOG_DATE_IDX
REQUEST_TYPE_IDX
REQUEST_TIMES_IDX
OS_ON_LOGS_IDX_1
OS_ON_LOGS_IDX_2
OS_ON_LOGS_IDX_3
OS_ON_LOGS_IDX_4
LOG_MSG_OTS
LOG_DATE_IDX
INDEX_NAME
DATE_TIME_IDX
REQUEST_TYPE_IDX
REQUEST_TIMES_IDX
LOG_MSG_IDX
OS_ON_LOGS_IDX_1
OS_ON_LOGS_IDX_2
OS_ON_LOGS_IDX_3
OS_ON_LOGS_IDX_4
RQSTYPE_IDX
PRODUCT_IDX
21 rows selected.for the current user;
select index_name,table_owner from user_indexes where table_name='OS_ONDEMAND_LOGS'
for all the users in the database;
select OWNER, index_name from dba_indexes where table_name='OS_ONDEMAND_LOGS';

Similar Messages

  • Error saying "There was an error opening this document, the filename, directory name, or volume label syntax is correct"

    At my work we uses Macs to prepare PDF’s and the create folders to archive and print them. Other areas of work use PC’s to review these PDF. When they go to review these folders there is a small black dot which appears under random characters in the folder name and when they try and open the file an error message saying “There was an error opening this document, the filename, directory name, or volume label syntax is correct”. On the PC they can delete the name and rename the folder and the error disappears. If anyone can shed some light on this it would be greatly appreciated.  If I was to have a guess I think its most likely an error with character recognition between the MAC and PC.  Any help would be great , thank you 

    See if this helps on the charachters...
    http://averstak.tripod.com/fatdox/names.htm

  • I connect my ipad it shows in left side of itunes it is commencing sync then it freezes itunes  and i have to disconnct it  manually then  a error message telling me that there is not enough disc space for ipad which is not correct  any ideas folks

    i connect my ipad it shows in left side of itunes it is commencing sync then it freezes itunes  and i have to disconnct it  manually then  a error message telling me that there is not enough disc space for ipad which is not correct  any ideas folks

    i have reset the ipad and restored it to no avail

  • HT201209 I have a code from a radio station to download a free song however when I go to redeem and put in my code which is typed correctly it just keeps making put my password in over and over. Any advice?

    I have a code from a radio station to download a free song however when I go to redeem and put in my code which is typed correctly it just keeps making put my password in over and over. Any advice?

    You can create an App store account without a credit card, however that won't help you with updating your previous purchases. Apps are DRM protected, and tied to the account that was used to originally purchase them. There is no way to overcome this DRM protection or transfer them to another account(Itunes support can if you contact them). If you want to create an App store account without a credit card, follow the directions here, but bear in mind the DRM protection mentioned. If you use this account to download free apps, you will have to use this same account for all future updates:
    http://support.apple.com/kb/ht2534

  • Photoshop or InDesign CS6 - which one is correct?

    I got stuck on a problem where I couldn't get Acrobat's print to match what I print out of Photoshop (Epson 7880) using Source>Print Profile "Photoshop Manages Colors" workflow.
    I traced the problem to InDesign.
    The screenshot below shows the Photoshop sRGB document (left) with the blue background, 22/56/158.
    The right side shows InDesign blue background (sRGB is Working RGB) with the identical 22/56/158 RGB fill.
    Open the screenshot in Photoshop (use the embedded profile, sRGB), and sample the blue background in each app.
    There is a considerable difference between them that could account for the difference I am complaining about the prints not matching.
    So I have to wonder which app is correct, Photoshop or InDesign...if I am missing something?

    conroy,
    do you have a custom monitor profile, or sRGB equivalent?
    your Id screenshot cuts off the area i can confirm you are using RGB (not CMYK), i also can't tell what your Id working RGB is, or your Ps Source Profile - so it is hard for me to understand what you did
    however, Ps' color picker on my MacBookPro CS6 looks like yours - the one i posted was from my MacPro CS6 and what i am used to seeing in Ps
    that may be a clue -- how do i get my MacPro to use that style color picker in Ps?
    +++++++
    gener7
    my Id document only has RGB objects, the blue swatch is "RGB"
    my Id Working RGB is sRGB (the same as my Ps Source Profile)
    in theory, the same RGB numbers using the same source profile should "match" on the monitor (calibrated or generic) in this test (if InDesign converts its Working RGB to Monitor RGB like Photoshop)
    moreover, getting Info in Ps on each app's blue background should be a numerical "match" in my screenshot, they're not

  • Prepare statement to insert a row that contains Blob column. Which way is correct?

    When we make prepare statement to insert a row that contains Blob column. Which way is correct? And what is the difference? Does anyone know?
         1.  Preparestatement.setBlob(parameter number, blob type object)
         2. Preparestatement.setBlob(parameter number, inputstream type object)
    This link show the test I made.
    https://community.oracle.com/thread/3680185?sr=inbox&customTheme=otn

    When we make prepare statement to insert a row that contains Blob column. Which way is correct? And what is the difference? Does anyone know?
         1.  Preparestatement.setBlob(parameter number, blob type object)
         2. Preparestatement.setBlob(parameter number, inputstream type object)
    I answered that in your other thread and provided a link to the JDBC Dev Guide section that discusses how to work with LOBs and BFILEs.
    Did you read that doc section?
    Did you read my reply in your other thread?
    In java a BLOB is just the locator that gives you access to the actual content. In your case you got access by selecting an existing BLOB locator and getting its inputstream. That inputstream is what gives you access to the actual blob content.
    The locator is just that; it specifies the LOCATION of the blob content but it is NOT the content.

  • I have an image that I removed from its back ground and I would like to scale the bottom portion of the image because its to wide but not have that effect the top portion of the image which is the correct with. but also keep the aspect ratio correct? how

    I have an image that I removed from its back ground and I would like to scale the bottom portion of the image because its to wide but not have that effect the top portion of the image which is the correct width. but also keep the aspect ratio correct, keep it looking as natural as possible (its a piece of jewlery) ? how can I begin to do this.

    The area circled in red is to wide (the width) the necklace's width is as wide as the models entire chest. And also the length of the necklace it's to long it should come down to the clevage area on the model/woman.

  • How do I know which is the correct location of the JRE?

    How do I know which is the correct location of the JRE / JVM? What do I add to my PATH environment variable? I'm trying to install Sybase ASE on my Sun Fire v480 SPARC box, but keep getting the below error...
    "A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>"
    So I did the following...
    STEP 01) To confirm that Java is installed, I ran the java -version command. I received the following output...
    bash-3.00# java -version
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    STEP 02) Then I tried to locate the location of where Java was installed...
    bash-3.00# which java
    /usr/bin/java
    STEP 03) Then I tried to confirm if it was a symbolic link or not...
    bash-3.00# ls -al /usr/bin/java
    lrwxrwxrwx 1 root other 16 Jun 24 01:54 /usr/bin/java -> ../java/bin/java
    STEP 04) The symbolic link doesn't seem to match any of the output below. Which is the correct location / path of Java (JVM / JRE)?
    bash-3.00# find / -name java -print;
    /usr/share/lib/java
    /usr/share/java
    /usr/bin/java
    /usr/sfw/include/mozilla/java
    /usr/include/firefox/java
    /usr/jdk/instances/jdk1.5.0/bin/java
    /usr/jdk/instances/jdk1.5.0/bin/sparcv9/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/sparcv9/java
    /usr/jdk/packages/javax.help-2.0/doc/api/com/sun/java
    /usr/java
    /usr/apache/tomcat/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java
    /usr/apache/tomcat55/classes/org/apache/naming/java
    /usr/apache/jserv/docs/api/org/apache/java
    /usr/j2se/bin/java
    /usr/j2se/bin/sparcv9/java
    /usr/j2se/jre/bin/java
    /usr/j2se/jre/bin/sparcv9/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/activitysupplier/activitysupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/airlinesupplier/airlinesupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/bank/bank-ejb/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-war/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-client/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-war/src/java
    /usr/appserver/samples/xml/apps/dom/src/java
    /usr/appserver/samples/xml/apps/sax/src/java
    /usr/appserver/samples/xml/apps/xslt/src/java
    /opt/staroffice8/share/Scripts/java

    I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below...
    I installed the latest JRE in /export/home/jvm/jre1.6.0_17/
    bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode)
    bash-3.00# PATH=/export/home/jvm/jre1.6.0_17/bin:$PATH
    bash-3.00# export PATH
    bash-3.00# echo $PATH
    /export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    bash-3.00# JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    bash-3.00# export JAVA_HOME
    bash-3.00# echo $JAVA_HOME
    /export/home/jvm/jre1.6.0_17/bin
    bash-3.00# env
    HZ=100
    LC_MONETARY=en_CA.UTF-8
    TERM=xterms
    SHELL=/sbin/sh
    LC_NUMERIC=en_CA.UTF-8
    OLDPWD=/export/home/jvm/jre1.6.0_17
    PATH=/export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    MAIL=/var/mail/root
    LC_MESSAGES=C
    LC_COLLATE=en_CA.UTF-8
    PWD=/export/home/jvm/jre1.6.0_17/bin
    JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    EDITOR=vi
    TZ=Japan
    SHLVL=1
    HOME=/
    LOGNAME=root
    LC_CTYPE=en_CA.UTF-8
    LC_TIME=en_CA.UTF-8
    _=/usr/bin/env
    bash-3.00# cd /cdrom/disc1050709/
    bash-3.00# ./setup -console
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Searching for Java(tm) Virtual Machine...
    .........................A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>
    Is there something I'm missing?
    Thank you

  • How do I know which is the correct location of the JVM?

    How do I know which is the correct location of the JVM? What do I add to my PATH environment variable? I'm trying to install Sybase ASE on my Sun Fire v480 SPARC box, but keep getting the below error...
    *"A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>"*
    So I did the following...
    STEP 01) To confirm that Java is installed, I ran the java -version command. I received the following output...
    bash-3.00# java -version
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    STEP 02) Then I tried to locate the location of where Java was installed...
    bash-3.00# which java
    /usr/bin/java
    STEP 03) Then I tried to confirm if it was a symbolic link or not...
    bash-3.00# ls -al /usr/bin/java
    lrwxrwxrwx 1 root other 16 Jun 24 01:54 /usr/bin/java -> ../java/bin/java
    STEP 04) The symbolic link doesn't seem to match any of the output below. Which is the correct location / path of Java (JVM / JRE)?
    bash-3.00# find / -name java -print;
    /usr/share/lib/java
    /usr/share/java
    /usr/bin/java
    /usr/sfw/include/mozilla/java
    /usr/include/firefox/java
    /usr/jdk/instances/jdk1.5.0/bin/java
    /usr/jdk/instances/jdk1.5.0/bin/sparcv9/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/sparcv9/java
    /usr/jdk/packages/javax.help-2.0/doc/api/com/sun/java
    /usr/java
    /usr/apache/tomcat/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java
    /usr/apache/tomcat55/classes/org/apache/naming/java
    /usr/apache/jserv/docs/api/org/apache/java
    /usr/j2se/bin/java
    /usr/j2se/bin/sparcv9/java
    /usr/j2se/jre/bin/java
    /usr/j2se/jre/bin/sparcv9/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/activitysupplier/activitysupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/airlinesupplier/airlinesupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/bank/bank-ejb/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-war/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-client/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-war/src/java
    /usr/appserver/samples/xml/apps/dom/src/java
    /usr/appserver/samples/xml/apps/sax/src/java
    /usr/appserver/samples/xml/apps/xslt/src/java
    /opt/staroffice8/share/Scripts/java

    I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below...
    I installed the latest JRE in /export/home/jvm/jre1.6.0_17/
    bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode)
    bash-3.00# PATH=/export/home/jvm/jre1.6.0_17/bin:$PATH
    bash-3.00# export PATH
    bash-3.00# echo $PATH
    /export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    bash-3.00# JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    bash-3.00# export JAVA_HOME
    bash-3.00# echo $JAVA_HOME
    /export/home/jvm/jre1.6.0_17/bin
    bash-3.00# env
    HZ=100
    LC_MONETARY=en_CA.UTF-8
    TERM=xterms
    SHELL=/sbin/sh
    LC_NUMERIC=en_CA.UTF-8
    OLDPWD=/export/home/jvm/jre1.6.0_17
    PATH=/export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    MAIL=/var/mail/root
    LC_MESSAGES=C
    LC_COLLATE=en_CA.UTF-8
    PWD=/export/home/jvm/jre1.6.0_17/bin
    JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    EDITOR=vi
    TZ=Japan
    SHLVL=1
    HOME=/
    LOGNAME=root
    LC_CTYPE=en_CA.UTF-8
    LC_TIME=en_CA.UTF-8
    _=/usr/bin/env
    bash-3.00# cd /cdrom/disc1050709/
    bash-3.00# ./setup -console
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Searching for Java(tm) Virtual Machine...
    .........................A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>
    Is there something I'm missing?
    Thank you

  • Which Syntax is best to read an infotype using PNPCE LDB ?

    Hi experts,
    Which syntax is best to read an infotype when we use PNPCE LDB.
    Thanks.
    reddy

    Hi Iredy,
    if you need to read an infotype records of the particular employee, you can use Macro RP-READ-INFOTYPE (Parameters: PERNR, INFTY, BEGDA, ENDDA)
    Macro definition you can find in table TRMAC.
    For RP-READ-INFOTYPE is definition as follows:
    RP-READ-INFOTYPE     001     ****************************************
    RP-READ-INFOTYPE     002     * RP-READ-INFOTYPE                     *
    RP-READ-INFOTYPE     003     ****************************************
    RP-READ-INFOTYPE     004     * PARAMETERS:                          *
    RP-READ-INFOTYPE     005     *   PERNR      REQUESTED PERSONALNUMBER*
    RP-READ-INFOTYPE     006     *   INFTY      REQUESTED INFOTYPNUMBER *
    RP-READ-INFOTYPE     007     *   INFTY-TABLE OUTPUT-TABLE LIKE PNNNN*
    RP-READ-INFOTYPE     008     *   BEGDA      REQUESTED INTERVAL-BEGIN*
    RP-READ-INFOTYPE     009     *   ENDDA      REQUESTED INTERVAL-END  *
    RP-READ-INFOTYPE     010     ****************************************
    RP-READ-INFOTYPE     011     *SET DEBUGGING INTERRUPT ON            *
    RP-READ-INFOTYPE     012     PERFORM READ-INFOTYPE(SAPDBPNP)        *
    RP-READ-INFOTYPE     013     TABLES &3                      *
    RP-READ-INFOTYPE     014     USING  &1 '&2' &4 &5
    RP-READ-INFOTYPE     015     *SET DEBUGGING INTERRUPT OFF           *
    It means that the macro is performing read-infotype which is defined in  include DBPNPF03 of the SAPDBPNP.

  • I cannot reactivate my e-reader with my existing Adobe ID and password which are both correct. I alwayss get the message "activation server error, Code: E_AUTH_NOT_READY" What kind of problem is this and what is most important, how can I solve it quickly.

    I cannot reactivate my e-reader with my existing Adobe ID and password which are both correct. I alwayss get the message "activation server error, Code: E_AUTH_NOT_READY" What kind of problem is this and what is most important, how can I solve it quickly. I am on holiday and want to read. Thanks for speedy reply.

    Yes, actually I talk about Digital editions. Do you know how to solve the problem as described in my first mail for Digital Editions? Thanks for your  kind assistance.

  • Which temp is correct BIOS or PC Alert 4?

    I noticed that temperature in PC Alert 4 is always 3-4C higher than in BIOS.
    Which one is correct?
    KT4 Ultra
    XP 2400+ with Volcano 7+

    take the bios as right
    try speedfan
    http://www.almico.com/speedfan.php

  • Which statement is correct?--------QNo.108

    Which statement is correct?--------
    A. One block change tracking file is created for each datafile. By default, the file is created in DB_CREATE_FILE_DEST.
    B. One block change tracking file is created for the database.By default, the file is created in DB_CREATE_FILE_DEST.

    Given the commands to enable and disable block change tracking, which do you think is the correct answer?
    SQL> ALTER DATABASE ENABLE BLOCK CHANGE TRACKING;
    SQL> ALTER DATABASE DISABLE BLOCK CHANGE TRACKING;
    Take a look at the docs for detailed information.
    http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14192/bkup004.htm

  • HT4519 when i try send a email off my iphone its says my house name is ,how do i find out which is the correct name?

    when i try send a email off my iphone its says my house name is wrong,how do i find out which is the correct name?

    Try deleting the account and then add it back.

  • Which are the correct settings for gmail in MacBookPro

    I want to use mac mail to access my gmail. Can I  ? instead of going directly to web to access my gmail.? Which are the correct settings for the incoming and outgoing servers ?

    Hi,
    Yes. You can absolutely access your Gmail account from within either Mail or Microsoft Outlook for Mac. Make sure, that you have enabled POP/IMAP in your Gmail settings, then follow the instructions here: http://mail.google.com/support/bin/answer.py?hl=en&answer=180188 if you wish to access your account via POP3 instead of IMAP, change the incoming mail server to pop.gmail.com
    Regards,
    Gábor

Maybe you are looking for

  • Use the Power Mac as a storage disk

    Hi I am setting up a iMac to be my main computer and was wondering if I could use my old Power Mac 4,1 as a storage disk? If so what would I need to do to have this happen?

  • IPad isn't recognised by computer and no longer charges

    I can't update to ios5 as my ipad2 isn't recognised by the computer when I plug it in to USB port.  I've tried to charge the iPad but the iPad states "not charging". It only trickle charges now.  Tried re-installing iTunes, using different USB ports

  • Problem opening Organizer in PSE8

    I bought Photoshop Elements 8 and Photoshop Premiere 8 last year. Install them on my laptop and they worked fine. Three days ago, I was trying to open Photoshop Elements when I ran into problem. When I clicked on Elements ,it opened, and I got the wi

  • Iisforward and encoded URLs

    I cannot seem to get the iisproxy/iisforward combination to properly handle encoded URL session strings. I have been performing my tests with WebLogic Sever 5.1.0sp5, IIS 5 and Windows 2000 (both IE and Netscape). I use the examples.servlets.SessionS

  • Audio Plays in iTunes on Computer, not on iPod

    To all, I used WireTap Pro to move some old language lessons from audio cassette tape to iTunes on my Mac--worked great. No problem, they are stored as Music and are MPEG-1, Layer 3 files. Synched them to my iPod. They synched alright but everytime I