The query will run Oracle 10 g?

Hello

This is the structure of the table emp and dept. There is a request on this basis, please let me know if this request is going to work?

EMP table
=========
EMPID NUMBER PRIMARY KEY,
NAME
ADDRESS

DEPT table
==========
DEPTNO NUMBER,
DEPTNAME

Select * from emp where empid in (select empid from dept where dept_no = 10);

Nordik wrote:
Hello

This is the structure of the table emp and dept. There is a request on this basis, please let me know if this request is going to work?

EMP table
=========
EMPID NUMBER PRIMARY KEY,
NAME
ADDRESS

DEPT table
==========
DEPTNO NUMBER,
DEPTNAME

Select * from emp where empid in (select empid from dept where dept_no = 10);

Yes, it will run.

Oracle must first check if the EMPID column exists in the DEPT table.
If it's not, then it checks for columns in the outer query.

And in this case, because you do not Alias of Table. An Alias has been used, the column would have been checked only in the table with an alias.

In addition, you will lose everything except to check the query on a database, would you?

Pretty easy to verify this, right?

create table test_table (col1 number, col2 varchar2(5));

create table test_table2 (col1 number);

select *
  from test_table t1
 where col2 in (select col2 from test_table2 t2 where t1.col1 = t2.col1);

no rows returned

Tags: Database

Similar Questions

  • How export (unload) result of the query without running query on sql developer

    Hello

    I want to know how export (unload) result of the query without running query on sql developer.

    I know this way.
    1. execution of query
    2. click on "Download" on the results tab
    http://i.stack.imgur.com/CQ4Qb.jpg


    Is he available unload a query result before the race?

    No, but you can do this ask the developer SQL change however, for other users can vote and add weight to the possible future implementation.

    Kind regards
    K.

  • Void query causes the query to run forever

    Here are the two original requests that I started with. They refer to the correct when executed separately results but when combined it causes the query to run and run and run and run forever. I try to delete the query results of query 2 1 with a statement of "not in". 3 is the query that runs always with this 'not in' statement that runs forever. Please help me! *!

    -Request 1
    SELECT DISTINCT
    S.NAME,
    S.RRN,
    RTRIM (LTRIM (S.STREET_NBR) |) ' ' ||
    RTRIM (SUBSTR (S.STREET, 33, 2)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 1, 28)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 29, 4)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 35, 2))) | ' ' ||
    NVL2 (S.UNIT_NBR, ' #',' ') | ' ' ||
    ADDRESS LTRIM (S.UNIT_NBR),
    CITY OF S.CITY_NAME,
    S.STPV_CODE STATE,
    RTRIM (S.ZIP_CODE) |
    '-'||
    S.ZIP_PLUS4 ZIP,
    S.HOME_PHONE,
    S.ACCT_NBR,
    TO_CHAR (S.EXPR_DATE, 'MMDDYY') START_DATE,
    TO_CHAR ((P.EFF_DATE-1), 'MMDDYY') END_DATE.
    TO_CHAR(SYSDATE,'MMDDYY') FILE_DATE,
    ROUND ((-1 * (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + S.DLVF_AMT)) * 100) TO BALANCE.
    S.STAT_FLAG,
    MIN (P.SEQ_CTR)
    Of
    THE DISCUS THROW. SUB_SUN S,.
    THE DISCUS THROW. TRN_STP_SUN P,.
    THE DISCUS THROW. TRN_MEM_SUN M.
    (SELECT
    SUB_RRN,
    TRAN_CODE,
    EFF_DATE,
    MIN (SEQ_CTR)
    Of
    THE DISCUS THROW. TRN_DLR_SUN
    WHERE
    TRAN_CODE = 'BILL' AND
    EFF_DATE > = TRUNC (SYSDATE)-65
    GROUP BY
    SUB_RRN,
    TRAN_CODE,
    EFF_DATE,
    D SEQ_CTR)
    WHERE
    S.RRN = P.SUB_RRN AND
    S.RRN = M.SUB_RRN AND
    S.RRN = D.SUB_RRN (+) AND
    TRIM (P.PAPR_CODE) = "SS" AND
    S.BILL_CODE NOT IN ("PRTY", "EZCC', 'EMPB', 'CTCE', 'NSPC", "NYET", "NIEF", "SAMP", "ALTP", "COMP", "CMHC", "MAIL") AND
    TRIM (S.STAT_FLAG) = 'F' AND
    P.TYPE = 'P' AND
    P.SPRS_CODE IN ('NOPY","CHMD","SCOUT","TIME") AND
    TRUNC (P.EFF_DATE) BETWEEN TRUNC (SYSDATE)-43 AND TRUNC (SYSDATE)-29 AND
    S.NAME_FLAG! = 'B' AND
    (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + (S.DLVF_AMT)) <-6.99 AND
    M.CODE! = 'DISP' AND
    NOT EXIST
    (SELECT
    Q.HOME_PHONE
    Of
    THE DISCUS THROW. SUB_SUN Q
    WHERE
    S.HOME_PHONE = Q.HOME_PHONE AND
    Q.SUBT_CODE IN ('HARD DRIVES', 'HDLV') AND
    Q.STAT_FLAG = 'C')
    GROUP BY
    S.NAME,
    S.RRN,
    RTRIM (LTRIM (S.STREET_NBR) |) ' ' ||
    RTRIM (SUBSTR (S.STREET, 33, 2)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 1, 28)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 29, 4)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 35, 2))) | ' ' ||
    NVL2 (S.UNIT_NBR, ' #',' ') | ' ' ||
    LTRIM (S.UNIT_NBR),
    S.CITY_NAME,
    S.STPV_CODE,
    RTRIM (S.ZIP_CODE) |
    '-'||
    S.ZIP_PLUS4,
    S.HOME_PHONE,
    S.ACCT_NBR,
    TO_CHAR (S.EXPR_DATE, 'MMDDYY'),
    TO_CHAR ((P.EFF_DATE-1), 'MMDDYY').
    TO_CHAR (SYSDATE, 'MMDDYY'),
    (-1 * (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + S.DLVF_AMT) * 100),
    S.STAT_FLAG
    ORDER BY 10;

    -The application 2
    Select
    THE DISCUS THROW. TRN_STP_SUN. SUB_RRN
    Of
    THE DISCUS THROW. TRN_STP_SUN,
    (select SUB_RRN, min (seq_ctr) MINSEQ, SRCE_CODE1 of DISCUS. SUB_RRN TRN_STP_SUN, SRCE_CODE1 group) MIN_ROWS
    where
    THE DISCUS THROW. TRN_STP_SUN. MIN_ROWS = SUB_RRN. SUB_RRN
    And DISCUS. TRN_STP_SUN. MIN_ROWS = SRCE_CODE1. SRCE_CODE1
    And DISCUS. TRN_STP_SUN. MIN_ROWS = SEQ_CTR. MINSEQ
    And DISCUS. TRN_STP_SUN. SRCE_CODE1 IN ('FREE', 'ALTP","CANADA","E","DENY","DOOR")
    And TRUNC (DISCUS. TRN_STP_SUN. EFF_DATE) BETWEEN TRUNC (SYSDATE)-460 AND TRUNC (SYSDATE)-0
    And DISCUS. TRN_STP_SUN. TYPE = S"

    Request 3 (Broken query)
    SELECT DISTINCT
    S.NAME,
    S.RRN,
    RTRIM (LTRIM (S.STREET_NBR) |) ' ' ||
    RTRIM (SUBSTR (S.STREET, 33, 2)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 1, 28)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 29, 4)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 35, 2))) | ' ' ||
    NVL2 (S.UNIT_NBR, ' #',' ') | ' ' ||
    ADDRESS LTRIM (S.UNIT_NBR),
    CITY OF S.CITY_NAME,
    S.STPV_CODE STATE,
    RTRIM (S.ZIP_CODE) |
    '-'||
    S.ZIP_PLUS4 ZIP,
    S.HOME_PHONE,
    S.ACCT_NBR,
    TO_CHAR (S.EXPR_DATE, 'MMDDYY') START_DATE,
    TO_CHAR ((P.EFF_DATE-1), 'MMDDYY') END_DATE.
    TO_CHAR(SYSDATE,'MMDDYY') FILE_DATE,
    ROUND ((-1 * (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + S.DLVF_AMT)) * 100) TO BALANCE.
    S.STAT_FLAG,
    MIN (P.SEQ_CTR) SEQ_CTR
    Of
    THE DISCUS THROW. SUB_SUN S,.
    THE DISCUS THROW. TRN_STP_SUN P,.
    THE DISCUS THROW. TRN_MEM_SUN M.
    (SELECT
    SUB_RRN,
    TRAN_CODE,
    EFF_DATE,
    MIN (SEQ_CTR)
    Of
    THE DISCUS THROW. TRN_DLR_SUN
    WHERE
    TRAN_CODE = 'BILL' AND
    EFF_DATE > = TRUNC (SYSDATE)-65
    GROUP BY
    SUB_RRN,
    TRAN_CODE,
    EFF_DATE,
    D SEQ_CTR)
    WHERE
    S.RRN = P.SUB_RRN AND
    S.RRN = M.SUB_RRN AND
    S.RRN = D.SUB_RRN (+) AND
    TRIM (P.PAPR_CODE) = "SS" AND
    S.BILL_CODE NOT IN ("PRTY", "EZCC', 'EMPB', 'CTCE', 'NSPC", "NYET", "NIEF", "SAMP", "ALTP", "COMP", "CMHC", "MAIL") AND
    TRIM (S.STAT_FLAG) = 'F' AND
    P.TYPE = 'P' AND
    * S.RRN NOT IN (select + _ *)
    DISCUS. TRN_STP_SUN. SUB_RRN_ *.
    de_ *
    DISCUS. TRN_STP_SUN,_ *.
    + (select SUBNRNS, min (seq_ctr) MINSEQ, SRCE_CODE1 de DISCUS.) SUB_RRN TRN_STP_SUN, SRCE_CODE1 group) MIN_ROWS + _ *.
    _ *
    DISCUS. TRN_STP_SUN. MIN_ROWS = SUB_RRN. SUB_RRN_ *.
    And DISCUS. TRN_STP_SUN. MIN_ROWS = SRCE_CODE1. SRCE_CODE1_ *.
    And DISCUS. TRN_STP_SUN. MIN_ROWS = SEQ_CTR. MINSEQ_ *.
    And DISCUS. TRN_STP_SUN. SRCE_CODE1 IN ('FREE', 'ALTP","CANADA","E","DENY","DOOR")_ *.
    And DISCUS. TRN_STP_SUN. TYPE = the of '_ *.
    and discus.trn_stp_sun.sub_rrn is not null) *AND _
    P.SPRS_CODE IN ('NOPY","CHMD","SCOUT","TIME") AND
    TRUNC (P.EFF_DATE) BETWEEN TRUNC (SYSDATE)-35 AND TRUNC (SYSDATE)-29 AND
    S.NAME_FLAG! = 'B' AND
    (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + (S.DLVF_AMT)) <-6.99 AND
    M.CODE! = 'DISP' AND
    NOT EXIST
    (SELECT
    Q.HOME_PHONE
    Of
    THE DISCUS THROW. SUB_SUN Q
    WHERE
    S.HOME_PHONE = Q.HOME_PHONE AND
    Q.SUBT_CODE IN ('HARD DRIVES', 'HDLV') AND
    Q.STAT_FLAG = 'C')
    GROUP BY
    S.NAME,
    S.RRN,
    RTRIM (LTRIM (S.STREET_NBR) |) ' ' ||
    RTRIM (SUBSTR (S.STREET, 33, 2)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 1, 28)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 29, 4)) | ' ' ||
    RTRIM (SUBSTR (S.STREET, 35, 2))) | ' ' ||
    NVL2 (S.UNIT_NBR, ' #',' ') | ' ' ||
    LTRIM (S.UNIT_NBR),
    S.CITY_NAME,
    S.STPV_CODE,
    RTRIM (S.ZIP_CODE) |
    '-'||
    S.ZIP_PLUS4,
    S.HOME_PHONE,
    S.ACCT_NBR,
    TO_CHAR (S.EXPR_DATE, 'MMDDYY'),
    TO_CHAR ((P.EFF_DATE-1), 'MMDDYY').
    TO_CHAR (SYSDATE, 'MMDDYY'),
    (-1 * (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + S.DLVF_AMT) * 100),
    S.STAT_FLAG,
    P.SEQ_CTR
    ORDER BY 10;

    Yes, your problem is that the not exists clause. Try:

    SELECT DISTINCT
    S.NAME,
    S.RRN,
    RTRIM(LTRIM(S.STREET_NBR) || ' ' ||
    RTRIM(SUBSTR(S.STREET,33,2)) || ' ' ||
    RTRIM(SUBSTR(S.STREET,1,28)) || ' ' ||
    RTRIM(SUBSTR(S.STREET,29,4)) || ' ' ||
    RTRIM(SUBSTR(S.STREET,35,2))) || ' ' ||
    NVL2(S.UNIT_NBR, '#', ' ') || ' ' ||
    LTRIM(S.UNIT_NBR) ADDRESS,
    S.CITY_NAME CITY,
    S.STPV_CODE STATE,
    RTRIM(S.ZIP_CODE) ||
    '-'||
    S.ZIP_PLUS4 ZIP,
    S.HOME_PHONE,
    S.ACCT_NBR,
    TO_CHAR(S.EXPR_DATE,'MMDDYY') START_DATE,
    TO_CHAR((P.EFF_DATE-1),'MMDDYY') END_DATE,
    TO_CHAR(SYSDATE,'MMDDYY') FILE_DATE,
    ROUND((-1*(S.BALANCE_AMT + (S.BALANCE_AMT*.06) + S.DLVF_AMT))*100) BALANCE,
    S.STAT_FLAG,
    MIN(P.SEQ_CTR) SEQ_CTR
    FROM
    DISCUS.SUB_SUN S,
    DISCUS.TRN_STP_SUN P,
    DISCUS.TRN_MEM_SUN M,
    (SELECT
    SUB_RRN,
    TRAN_CODE,
    EFF_DATE,
    MIN(SEQ_CTR)
    FROM
    DISCUS.TRN_DLR_SUN
    WHERE
    TRAN_CODE = 'BILL' AND
    EFF_DATE >= TRUNC(SYSDATE)-65
    GROUP BY
    SUB_RRN,
    TRAN_CODE,
    EFF_DATE,
    SEQ_CTR)D,
    (select distinct
    DISCUS.TRN_STP_SUN.SUB_RRN
    from
    DISCUS.TRN_STP_SUN,
    (select SUB_RRN, min(seq_ctr) MINSEQ, SRCE_CODE1 from DISCUS.TRN_STP_SUN group by SUB_RRN, SRCE_CODE1) MIN_ROWS
    where
    DISCUS.TRN_STP_SUN.SUB_RRN = MIN_ROWS.SUB_RRN
    And DISCUS.TRN_STP_SUN.SRCE_CODE1 = MIN_ROWS.SRCE_CODE1
    And DISCUS.TRN_STP_SUN.SEQ_CTR = MIN_ROWS.MINSEQ
    And DISCUS.TRN_STP_SUN.SRCE_CODE1 IN ('FREE','ALTP','ELSN','EMPL','NIE','DOOR')
    And DISCUS.TRN_STP_SUN.TYPE = 'S'
    And DISCUS.TRN_STP_SUN.SUB_RRN is not null) Z
    WHERE
    S.RRN = P.SUB_RRN AND
    S.RRN = M.SUB_RRN AND
    S.RRN = D.SUB_RRN(+) AND
    TRIM(P.PAPR_CODE) = 'SS' AND
    S.BILL_CODE NOT IN ('PRTY','EZCC','EMPB','EMPP','NSPC','NIET','NIEF','SAMP','ALTP','COMP','SCHL','MAIL') AND
    TRIM(S.STAT_FLAG) = 'F' AND
    P.TYPE = 'P' AND
    P.SPRS_CODE IN ('NOPY','CHMD','OTHR','TIME') AND
    TRUNC(P.EFF_DATE) BETWEEN TRUNC(SYSDATE)-35 AND TRUNC(SYSDATE)-29 AND
    S.NAME_FLAG != 'B' AND
    (S.BALANCE_AMT + (S.BALANCE_AMT*.06) + (S.DLVF_AMT)) < -6.99 AND
    M.CODE != 'DISP'  and
    NOT EXISTS
    (SELECT
    Q.HOME_PHONE
    FROM
    DISCUS.SUB_SUN Q
    WHERE
    S.HOME_PHONE = Q.HOME_PHONE AND
    Q.SUBT_CODE IN ('HDDS','HDLV') AND
    Q.STAT_FLAG = 'C')
    AND Z.SUB_RRN (+) = S.RRN
    AND Z.SUB_RRN is null
    GROUP BY
    S.NAME,
    S.RRN,
    RTRIM(LTRIM(S.STREET_NBR) || ' ' ||
    RTRIM(SUBSTR(S.STREET,33,2)) || ' ' ||
    RTRIM(SUBSTR(S.STREET,1,28)) || ' ' ||
    RTRIM(SUBSTR(S.STREET,29,4)) || ' ' ||
    RTRIM(SUBSTR(S.STREET,35,2))) || ' ' ||
    NVL2(S.UNIT_NBR, '#', ' ') || ' ' ||
    LTRIM(S.UNIT_NBR),
    S.CITY_NAME,
    S.STPV_CODE,
    RTRIM(S.ZIP_CODE) ||
    '-'||
    S.ZIP_PLUS4,
    S.HOME_PHONE,
    S.ACCT_NBR,
    TO_CHAR(S.EXPR_DATE,'MMDDYY'),
    TO_CHAR((P.EFF_DATE-1),'MMDDYY'),
    TO_CHAR(SYSDATE,'MMDDYY'),
    (-1*(S.BALANCE_AMT + (S.BALANCE_AMT*.06) + S.DLVF_AMT)*100),
    S.STAT_FLAG,
    P.SEQ_CTR
    ORDER BY 10;
    
  • Paramerterized interactive reports - is there a quick fix to stop the query to run when the page is entered before user by clicking OK.

    Example of

    Currently, when the user enters the page interactive report runs (unless the user hitting ' go') and - does no data found because one "parameterized" field is required and the sql is not set to NULL values.

    I'm looking for a way to not run a query at all -until the user hits go for the first time on the page - each time that they re - enter the page in the same session, it would be OK to auto submit the query.

    I believe that I can install a hidden item and check on my interactive report E1 not null.  Then create a 'calculation' on 'after bid"that would set this value to a value - say 1.

    I can't seem to be able to get this to work however.

    In my interactive report - I wonder what 'type condition' should I use.  Any thoughts would be greatly appreciated.

    You have two regions, research and order Type. You have items in the two regions. However, I think you are talking about the area "Search" when you say 2 parameters.

    If you want to just display IR when the user clicks on 'Go' or click on 'Go' earlier in the same session, then I suggest,

    • Create a new item of the hidden page, P6_SHOW_IR
    • Create page process that runs when the user clicks on the button 'Go '. Here to update the value of P6_SHOW_IR 'Y '.
    • Create a branch that connects to the same page with "State of Session saving" checked (connections conditional, when click on the button "Go")
    • Set "Conditions" for the region of infrared, so it displays only when the value of the P6_SHOW_IR element is Y

    Kind regards

    Hari

  • Column headings missing when the SQL report runs Oracle Conc ask

    Why the column headers for a sql report do not disappear when I try to run Oracle Manager of competing application work? If I copy and paste work in SQL * more and run it, the topics show on the report. Is there a setting I can update to allow these column headers to display?
    Example of what I get (No Headings)
    
    TOM SMITH          12345
    JANE DOE           34355
    
    Example of what I expect (with Headings)
    
    EMPLOYEE           EMPLOYEE NO
    TOM SMITH          12345
    JANE DOE           34355
    Thank you

    More likely:

    SET THE POSITION

    into force or / and

    SET PAGESIZE 0

    is in effect.

    SY.

  • Property of AutoSubmit causing the query to run.

    Hello Gurujis!

    10.1.3.1 with JSF + ADF + EJB 3.0 using JDev stack.

    I have an inputTextBox whose property Autosubmit (due to a ValueChangeListener) is originally a MethodIterator for a request to fire and run a query each time the ValueChangeListener is triggered.

    When I try setting the RefreshCondition of the MethodIterator ${! adfFacesContext.postback}, my query no longer works when I click on the button that you run the query.

    Is there a way to put the RefreshCondition to something as "whenever a specific button is clicked" or "not by activating a ValueChangeListener?

    I seem to have a fundamental misunderstanding of how it works and any help would be greatly appreciated.

    Thank you

    Hello

    sounds all so weired that you declare so I guess a specific problem of implementation. If you set ${! adfFacesContext.postback} then the method runs only on applications for publication, which is not what brings the button (the button behavior is to use the postbacks).

    The simplest thing to try is to set a session attribute using a setActionListener on the button.

    in: #{'good'}
    in: #{sessionScope.condition}

    Then the State of refreshment of the action value

    #{sessionScope.condition 'good' eq}

    However, this might solve the problem but can only fix a failed implementation based on a false assumption

    Frank

  • Shared memory on the Sparc Server running Oracle 10 G

    Newbie: I can overscribe memory on a server that hosts multiple instances of Oracle? It seems normal to oversubscribe memory on multiple instances if Oracle assigns the maximum available memory on a server at the time of the request.
    For example:

    How Oracle manages memory if I have 16 GB of physical memory, run 4 instances of Oracle on my server and specify the max_sga than 8 GB in my/etc/project file? This configuration seems to oversubscribe memory twice, 32 GB memory requested on a server that has only 16 GB of physical memory.

    Oracle manages memory differently if I have 16 GB of physical memory, run 4 instances of Oracle on my server and specify the max_sga like 16 Gb in my/etc/project file? This configuration seems to oversubscribe memory four times, 64 GB memory requested on a server that has only 16 GB of physical memory.


    Thank you for your help.

    user12188192 wrote:
    Oracle manages memory differently if I have 16 GB of physical memory, run 4 instances of Oracle on my server and specify the max_sga like 16 Gb in my/etc/project file? This configuration seems to oversubscribe memory four times, 64 GB memory requested on a server that has only 16 GB of physical memory.

    With Solaris and DISM, you can set the MAX_SGA_SIZE and the TARGET_SGA_SIZE of different values. The TARGET_SGA_SIZE for all MORE the PGA_AGGREGATE_TARGET instances for all instances should be around 80-90% of the total RAM. You can then change the targets to let different instances have 'more' when they need while reducing others.

    In this way, you can manage the memory and avoid swapping, because when it comes to performance (and managers yell at you for low performance) swap is not a good thing.

    Note that this is possible on the machines and operating systems that support the DISM and enabled/configured. Which is discussed in the manuals of Solaris.

    But in the ideal, a machine will have only one instance of database and several instance of database requirements will be consolidated as much as possible. (Although he explain literally hundreds sof reasons do not consolidate - several policies rather than technical.)

  • Get the columns returned by the query without running

    I have a table that stores SELECT queries in a column. I developed a .net application where the interesting thing for the user is what columns of the following SELECT statement returns. Currently, I load the sql as an OracleCommand object CommandText and fill a DataTable using an OracleDataAdapter object. I then read the names of the columns of the table filled. The data is not fully used. Requests can take up to 15 seconds to run. Because I do not used the data, I was hoping to eliminate the actual recovery of data and reduce the time needed to retrieve the records. Is it possible to analyze the statement for the colunm names with it makes the request for enforcement? Thank you.

    I imagine that there is a way you can search in the data dictionary, but you can also try to add 'WHERE 1 = 0' If you want the metadata.

    It will be useful,
    Greg

  • cc of the Illustrator will run on the new ipad pro?

    Thank you

    Illustrator CC does not work on iPad because iPads running OS iOS mobile and only run mobile applications available through the Apple App Store.

    Illustrator CC is an application written for the Windows Desktop for example, Windows 7, 8 and 10 and Mac OS X operating systems.

  • Older games focused on the Universal will run on recent Macs?

    I ask this because I recently stumbled on an old Mac game, I played 10 years. I'm tempted to buy a copy, so I can play again, but I don't know if it works on my machine of El Capitan. This is the game: http://www.amazon.com/Wingnuts-2-Mac/dp/B00009K780

    I know games PowerPC is more supported, but is universal games still OK?

    It depends on the game. Click here and look it up.

    (139960)

  • Is it possible to get the query Details of the old run from oracle?

    Is it possible to get the query Details of the old run from oracle? I mean, I wanted to know the details of a request executed work, I know the time taken by the query to run? Is it possible to know?

    Yes, it is possible to obtain, provided you use enterprise edition version + additional license *. A few tables to get information of are:

    dba_hist_sqltext

    dba_hist_sqlstat

    dba_hist_snapshot

    dba_hist_sql_plan

    dba_hist_active_sess_history

  • How do I check how much time running on the query server

    Hello

    I work as a junior DBA. The guys on the team application gives the SID from v$ session and asking me how long running this query.
    I'm connecting ther server and get the PID and cpu utilization on unixbox, but cannot get it question time.
    Pls help help get duration/how running queries. Verion Oracle's 9i.

    SQL > select * from v version $;

    BANNER
    ----------------------------------------------------------------
    Oracle9i Enterprise Edition Release 9.2.0.8.0 - Production
    PL/SQL Release 9.2.0.8.0 - Production
    CORE Production 9.2.0.8.0
    AMT for Solaris: 9.2.0.8.0 - Production Version
    NLSRTL Version 9.2.0.8.0 - Production

    Kind regards
    Vincent

    >
    This means 113547 minutes. Right?
    >

    Yes, it's true. But it is not a few Minutes but microseconds. ELAPSED_TIME is microseconds (10g or higher. Not sure about 9i. Please check the doc)

    >
    Number of executions increasing very fast now its 29999. with in wrigting mail its increase. to get the output why this query execution of this many times.
    >

    This means there are a few sessions by running the same query (which is fine). Only, you will need to tell us why the query is run that many times :) Maybe, you need it!

    Published by: user12035575 on September 11, 2011 14:38

  • in the SQL query inserting a record - it will appear on the result of the query

    Hello
    Oracle 10g SELECT-query running ca 10 seconds and contains joins several tables on the database connection.
    The 3rd second performance a new record is inserted into another connection at the base and are committed to the database, the 3rd fileters satisgy the query SELECT query.
    Wil ogical inserted record 3 then appear on the query results?
    THX.

    N ° Oracle can see the data that exist at the start of the sql statement.

    He can't see the data in another session, unless the query is run again.

  • Muse will run on the Intel Celeron 1.5 GHz 1007U

    Hello!
    Tell me, please, Muse works on the Intel Celeron 1.5 GHz 1007U?

    I understand that the system requirements is "2 GHz or faster", but maybe the program will run on 1.5 Ghs, not fast and good, but will be? Or not?
    Thank you

    Hello

    For Muse, you need Intel Pentium 4 or AMD Athlon 64 processor (2 GHz or faster) with 64-bit support.

    More information - http://helpx.adobe.com/muse/system-requirements.html

    Kind regards

    Prateek

  • order by pulling on the cost of the query by 4 times

    I have the following query:

    Select company_id, company_name, total_depts,

    TO_CHAR (case when total_depts = 0 then 0 otherwise (accnt_count/total_depts * 100) end, '990,99'). ' %' as accnt_count_percent.

    TO_CHAR (case when total_depts = 0 then 0 otherwise (lib_count/total_depts * 100) end, '990,99'). ' %' as lib_count_percent.

    TO_CHAR (case when total_depts = 0 then 0 otherwise (house_count/total_depts * 100) end, '990,99'). ' %' as house_count_percent.

    TO_CHAR (case when total_depts = 0 then 0 otherwise (fin_count/total_depts * 100) end, '990,99'). ' %' as fin_count_percent.

    "to_char (case when total_depts = 0 then 0 otherwise (total_depts - (accnt_count + lib_count + house_count + fin_count)) / total_depts * 100 end, ' 990.99' ') | ' %' as total_success

    , total_deptments, less, More, version_id_count as total_users

    Of

    (

    Select dpt_inst.company_id as company_id,

    dpt_inst.company_name as company_name,

    Count (*) as total_depts,

    sum (case when (upper (err.problem) = upper ('accnt_count')) then 1 else 0 end) as accnt_count,

    sum (case when (upper (err.problem) = upper ('lib_count')) then 1 else 0 end) as lib_count,

    sum (case when (upper (err.problem) = upper ('fin_count')) then 1 else 0 end) as fin_count,

    sum (case when (upper (err.problem) = upper ('house_count')) then 1 else 0 end) as house_count

    of education.dept_and_inst_view dpt_inst

    Err education.dept_error left join

    On dpt_inst.dept_code = err.code

    where dpt_inst.part_id in ('A', 'L', ')

    and dpt_inst.company_id not in ('L100901', 'L20009')

    Dpt_inst.company_id group, dpt_inst.company_name

    ) inst_dept_q

    inner join

    (

    Select company_id, count of total_deptments (*)

    of education.departments ed_acc

    Join internal cv.cv_customers cv_usr

    On ed_acc.cust_id = cv_usr.id

    join in-house cv.customer_enrollment cvce

    On cv_usr.subs_id = cvce.subs_id

    where ed_acc.status = 'important'

    and company_id not in ('L100901', 'L20009')

    Company_id group

    ) dept_customers_q on inst_dept_q.company_id = dept_customers_q.company_id

    inner join

    (

    Select

    COMPANY_ID,

    sum (case when version_id = 1 then 1 else 0 end) as less.

    sum (case when version_id = 2 then 1 else 0 end) as More.

    Count (*) version_id_count

    de)

    Select distinct (cvce.subs_id), ed_acc.company_id, cvce.version_id

    of education.departments ed_acc

    Join internal cv.cv_customers cv_usr

    On ed_acc.cust_id = cv_usr.id

    join in-house cv.customer_enrollment cvce

    On cv_usr.subs_id = cvce.subs_id

    If not ed_acc.company_id ("L100901", "L20009")

    and ed_acc.status = 'important'

    ) company_id group

    ) inst_cust_cnt_q on dept_customers_q.company_id = inst_cust_cnt_q.company_id

    order by 3 desc

    The Decree of this query is the price increase by 4 times.

    I wan to see the Plan to explain SQL Developer but when I paste in this window it is all unreadable (undergoes the hanging indent). How to put the plan to explain it?

    The problem with sorting, is that it is based on the COUNT (*) FUNCTION total_depts. Since it is an aggregate, value

    You can't have an index based on this value. Therefore, the cost will be higher for sorting on this column. You can

    move the first part of the clause to a with clause that could help. It's certainly worth a try.

    You should also allow each part of the query make each less expensive part, so all of the query will be cheaper to run.

    ORACLE-BASE - Clause: subquery factoring

Maybe you are looking for

  • Factory Unlocked iPhone.

    Can I buy an unlocked iPhone from Apple.com factory?

  • Pop - up alert to the Virus will not disappear in Safari

    I get these pop-up windows (I have pop-ups disabled) for some kind of scam to virus removal.  I run Cocktail and repair permissions and remove all history... nothing helps.  Are these windows disrupting my use of Safari, they also changed my browser

  • laptop wet and now says hard drive not found

    HP laptop has been wet and now it says device not found Boot please install an operating system on your hard drive. When I have hot f2 and do a hard drive to check it says not found.

  • Unable to backup installed app for iOS 6

    Title indicates its all The application is no longer available on the App Store and I can't save the app on my iTunes. Help, please

  • HPOfficeJet4620: no icon of the scanner in Windows 10

    Installed my OfficeJet4620 all-in-one on my new HP Win10 computer, download the correct drivers for Win10. The icon of the scanner (on the desktop on the old XP machine) is gone. I tried to find it in the OfficeJet folder in Program Files, but there