"Save output of a query in Substitute variable"

Hi All,
I am using oracle11g r1 on windows platform. i want to know how can i save the output of a query in a substitute variable so that i can user that variable in other query .i am using this query and i want to store the output in *"&Schema*" variable.
select substr('D:\activities\expLive_vikash',23,instr('D:\activities\expLive_vikash','0')-22) from dual;
Thanks & Regards,
Vikash chauradia(junior DBA)

Thanks for replyng..
i am using this in sqlplus prompt . actually i am using a batch file to cange the dump .
DEFINE FILE_NAME=&file_name; -- This will ask the Dump file name as an input.
declare Schema varchar2(20);
begin
     select substr('&&file_name',23,instr('&&file_name','0')-22) into Schema from dual; -- this will give the Schema name as an output.
dbms_output.put_line(Schema);
end;
Drop user &&Schema Cascade;--(Now i am facing the problem in this line. I am not getting Schema name to drop)
Can u tell me what's the problem in this Script.

Similar Messages

  • Procedure to save the output of a query into excel file or flat file

    Procedure to save the output of a query into excel file or flat file
    I want to store the output of my query into a file and then export it from sql server management studio to a desired location using stored procedure.
    I have run the query --
    DECLARE @cmd VARCHAR(255)
    SET @cmd = 'bcp "select * from dbo.test1" queryout "D:\testing2.xlsx;" -U "user-PC\user" -P "" -c '
    Exec xp_cmdshell @cmd
    error message--
    SQLState = 28000, NativeError = 18456
    Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'user-PC\user'.
    NULL
    Goel.Aman

    Hello,
    -T:
    Specifies that the bcp utility connects to SQL Server with a trusted connection using integrated security. The security credentials of the network user,
    login_id, and password are not required. If
    –T is not specified, you need to specify
    –U and –P to successfully log in.
    -U:
    Specifies the login ID used to connect to SQL Server.
    Note: When the bcp utility is connecting to SQL Server with a trusted connection using integrated security, use the
    -T option (trusted connection) instead of the
    user name and password combination
    I would suggest you take a look at the following article:
    bcp Utility: http://technet.microsoft.com/en-us/library/ms162802.aspx
    A similar thread regarding this issue:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/b450937f-0ef5-427a-ae3b-115335c0d83c/bcp-connection-error-sqlstate-28000-nativeerror-18456?forum=sqldataaccess
    Regards,
    Elvis Long
    TechNet Community Support

  • I want to just spool output of a query only

    now when i try to use spool command, query, output and spool off command also get spooled into the specified filename.
    for ex:
    SQL>spool <filename>.txt
    SQL>select * from dual;
    SQL>spool off
    but the content of output file is:
    select * from dual;
    DUMMY
    X
    spool off;
    i just want output of the query, nothing else, i.e.,
    DUMMY
    X
    plz, suggest me soln.

    Save this script in a text file
    Call the script...
    O/P will be stored in xx.txt
    script
    set feedback off
    set echo off
    spool xx.txt
    select * from dual;
    spool off
    set echo on
    set feedback on
    (You can find the same answer if search in the forum)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Output of One Query  is input to other Query??

    Hi All,
    How to make output of one query as input to other Query and what are the points to be takeb care of to do it?
    regards,
    murali.
    Message was edited by: Murali

    Hallo
    You got a second query where you also have 0date. Based on the selection on the second query, you get some value for 0date. this values are then passed in background to the first query which will show you the output based on the input date of the first query. You can also have othe variable in the query.
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    I hope everything is fine.
    Mike

  • How to use output of one query as an input for another

    Hi Gurus,
    can you give me any links on how to use an output of one query as an input for another (preferably if this can be done in a dynamic/on the fly way)?
    thanks

    You can use Replacement Path Variable for this purpose. See this detailed documentation.
    http://help.sap.com/saphelp_nw04s/helpdata/en/bd/589b3c494d8e15e10000000a114084/content.htm
    Abhijit
    Edited by: ABHIJIT TEMBHEKAR on Nov 19, 2008 9:48 AM

  • Formatting output display of query designer 7.0

    Hi,
    I have just switched over to Query Designer 7.0 from 3.5. The output of a query shows only 4 columns as against almost a full page of columns in the previous version. Is there a way to increase the default number of columns displayed?
    Thanks

    Hi,
    do you see less rows in your query or BEx workbook?
    Try this:
    Open BEx Analyzer and Open BEx Query Designer. Choose in Query designer your querie and press "Exit and use querie" -> The querie is executed in BEx Analyzer with a default workbook. If there are not all rows displayed like in query definition u may have zero suppression for rows activated. This means if there are no values in one row its simply not displayed. -> Disable it in Querie properties tab rows/lines.
    2nd way:
    Another cause could be that u have to refresh Dataprovider in Analysis grid on BEx Analyzer.
    Go to Design mode (press icon with Capital A in BEx Toolbar)-> right click on Analysis grid (table) -> properties-> Change Dataprovider-> click on button"assign query"-> choose your query and save.
    Hope it helps
    Regards

  • Label styled output by select query

    Hi,
    How do i get output of select query of EMP table of scott schema as below :
    Using Oracle 10g on windows xp machine :
    1.  EMPNO:7499                    2.   EMPNO:7521                    3.   EMPNO:7566
        ALLEN                         WARD                         JONES     
        SALESMAN                         SALESMAN                         MANAGER     
        HIREDATE:20-FEB-81                    HIREDATE:22-FEB-81                    HIREDATE:02-APR-81     
        SAL:1600                         SAL:1250                         SAL:2975
    <<<<BLANK LINE 1>>>>  This is not part of output
    <<<<BLANK LINE 2>>>>
    <<<<BLANK LINE 3>>>>
    <<<<BLANK LINE 4>>>>                                                  
    4.  EMPNO:7654                    5.   EMPNO:7698                    6.   EMPNO:7782
        MARTIN                         BLAKE                         CLARK     
        SALESMAN                         MANAGER                         MANAGER     
        HIREDATE:28-FEB-81                    HIREDATE:01-MAY-81                    HIREDATE:09-JUN-81     
        SAL:1250                         SAL:2850                         SAL:3000
    <<<<BLANK LINE 1>>>>  This is not part of output
    <<<<BLANK LINE 2>>>>
    <<<<BLANK LINE 3>>>>
    <<<<BLANK LINE 4>>>>                                        Means, i wish to print the addresses of my address table; so here i am giving you EMP as example that how it will create create above output if :
    (A) suppose above it is in 3 columns; i wish to change in N number of columns?
    (B) above there are 4 blank lines, i wish to change in N number of blank lines?
    (C) above order by empno, i wish to change in any order by column as well.
    Thanking you,
    Regards
    Nisha Sharma

    WITH t AS (
               SELECT  e.*,
                       ROW_NUMBER() OVER(ORDER BY CASE :order_indicator
                                                    WHEN 1 THEN to_char(empno,'9999')
                                                    WHEN 2 THEN ename
                                                    WHEN 3 THEN job
                                                    WHEN 4 THEN to_char(hiredate,'yyyymmdd')
                                                  END
                                        ) rn
                 FROM  EMP e
    SELECT  REPLACE(SYS_CONNECT_BY_PATH(RPAD(TO_CHAR(rn,'999') || '.  EMPNO:' || empno,30),','),',') ||
            CHR(13) || CHR(10) || '       ' ||
            REPLACE(SYS_CONNECT_BY_PATH(RPAD(ename,30),','),',') ||
            CHR(13) || CHR(10) || '       ' ||
            REPLACE(SYS_CONNECT_BY_PATH(RPAD(job,30),','),',') ||
            CHR(13) || CHR(10) || '       ' ||
            REPLACE(SYS_CONNECT_BY_PATH(RPAD('HIREDATE:' || TO_CHAR(hiredate,'DD-MON-YY'),30),','),',') ||
            CHR(13) || CHR(10) || '       ' ||
            REPLACE(SYS_CONNECT_BY_PATH(RPAD('SAL:' || sal,30),','),',') ||
            LPAD(CHR(13) || CHR(10),2 * :blank_lines,CHR(13) || CHR(10)) line
      FROM  t
      WHERE CONNECT_BY_ISLEAF = 1
      START WITH mod(rn,:column_count) = 1
      CONNECT BY rn = PRIOR rn + 1
             AND level <= :column_count
    /For example:
    SQL> SET LINESIZE 132
    SQL> SET PAGESIZE 0
    SQL> VARIABLE column_count NUMBER
    SQL> EXEC :column_count := 3;
    PL/SQL procedure successfully completed.
    SQL> VARIABLE order_indicator NUMBER
    SQL> EXEC :order_indicator := 1;
    PL/SQL procedure successfully completed.
    SQL> VARIABLE blank_lines NUMBER
    SQL> EXEC :blank_lines := 6;
    PL/SQL procedure successfully completed.
    SQL> WITH t AS (
      2             SELECT  e.*,
      3                     ROW_NUMBER() OVER(ORDER BY CASE :order_indicator
      4                                                  WHEN 1 THEN to_char(empno,'9999')
      5                                                  WHEN 2 THEN ename
      6                                                  WHEN 3 THEN job
      7                                                  WHEN 4 THEN to_char(hiredate,'yyyymmdd')
      8                                                END
      9                                      ) rn
    10               FROM  EMP e
    11            )
    12  SELECT  REPLACE(SYS_CONNECT_BY_PATH(RPAD(TO_CHAR(rn,'999') || '.  EMPNO:' || empno,30),','),',') ||
    13          CHR(13) || CHR(10) || '       ' ||
    14          REPLACE(SYS_CONNECT_BY_PATH(RPAD(ename,30),','),',') ||
    15          CHR(13) || CHR(10) || '       ' ||
    16          REPLACE(SYS_CONNECT_BY_PATH(RPAD(job,30),','),',') ||
    17          CHR(13) || CHR(10) || '       ' ||
    18          REPLACE(SYS_CONNECT_BY_PATH(RPAD('HIREDATE:' || TO_CHAR(hiredate,'DD-MON-YY'),30),','),',') ||
    19          CHR(13) || CHR(10) || '       ' ||
    20          REPLACE(SYS_CONNECT_BY_PATH(RPAD('SAL:' || sal,30),','),',') ||
    21          LPAD(CHR(13) || CHR(10),2 * :blank_lines,CHR(13) || CHR(10)) line
    22    FROM  t
    23    WHERE CONNECT_BY_ISLEAF = 1
    24    START WITH mod(rn,:column_count) = 1
    25    CONNECT BY rn = PRIOR rn + 1
    26           AND level <= :column_count
    27  /
       1.  EMPNO:7369                2.  EMPNO:7499                3.  EMPNO:7521
           SMITH                         ALLEN                         WARD
           CLERK                         SALESMAN                      SALESMAN
           HIREDATE:17-DEC-80            HIREDATE:20-FEB-81            HIREDATE:22-FEB-81
           SAL:800                       SAL:1600                      SAL:1250
       4.  EMPNO:7566                5.  EMPNO:7654                6.  EMPNO:7698
           JONES                         MARTIN                        BLAKE
           MANAGER                       SALESMAN                      MANAGER
           HIREDATE:02-APR-81            HIREDATE:28-SEP-81            HIREDATE:01-MAY-81
           SAL:2975                      SAL:1250                      SAL:2850
       7.  EMPNO:7782                8.  EMPNO:7788                9.  EMPNO:7839
           CLARK                         SCOTT                         KING
           MANAGER                       ANALYST                       PRESIDENT
           HIREDATE:09-JUN-81            HIREDATE:19-APR-87            HIREDATE:17-NOV-81
           SAL:2450                      SAL:3000                      SAL:5000
      10.  EMPNO:7844               11.  EMPNO:7876               12.  EMPNO:7900
           TURNER                        ADAMS                         JAMES
           SALESMAN                      CLERK                         CLERK
           HIREDATE:08-SEP-81            HIREDATE:23-MAY-87            HIREDATE:03-DEC-81
           SAL:1500                      SAL:1100                      SAL:950
      13.  EMPNO:7902               14.  EMPNO:7934
           FORD                          MILLER
           ANALYST                       CLERK
           HIREDATE:03-DEC-81            HIREDATE:23-JAN-82
           SAL:3000                      SAL:1300
    SQL> EXEC :column_count := 4;
    PL/SQL procedure successfully completed.
    SQL> EXEC :blank_lines := 2;
    PL/SQL procedure successfully completed.
    SQL> /
       1.  EMPNO:7369                2.  EMPNO:7499                3.  EMPNO:7521                4.  EMPNO:7566
           SMITH                         ALLEN                         WARD                          JONES
           CLERK                         SALESMAN                      SALESMAN                      MANAGER
           HIREDATE:17-DEC-80            HIREDATE:20-FEB-81            HIREDATE:22-FEB-81            HIREDATE:02-APR-81
           SAL:800                       SAL:1600                      SAL:1250                      SAL:2975
       5.  EMPNO:7654                6.  EMPNO:7698                7.  EMPNO:7782                8.  EMPNO:7788
           MARTIN                        BLAKE                         CLARK                         SCOTT
           SALESMAN                      MANAGER                       MANAGER                       ANALYST
           HIREDATE:28-SEP-81            HIREDATE:01-MAY-81            HIREDATE:09-JUN-81            HIREDATE:19-APR-87
           SAL:1250                      SAL:2850                      SAL:2450                      SAL:3000
       9.  EMPNO:7839               10.  EMPNO:7844               11.  EMPNO:7876               12.  EMPNO:7900
           KING                          TURNER                        ADAMS                         JAMES
           PRESIDENT                     SALESMAN                      CLERK                         CLERK
           HIREDATE:17-NOV-81            HIREDATE:08-SEP-81            HIREDATE:23-MAY-87            HIREDATE:03-DEC-81
           SAL:5000                      SAL:1500                      SAL:1100                      SAL:950
      13.  EMPNO:7902               14.  EMPNO:7934
           FORD                          MILLER
           ANALYST                       CLERK
           HIREDATE:03-DEC-81            HIREDATE:23-JAN-82
           SAL:3000                      SAL:1300
    SQL>     SY.
    Edited by: Solomon Yakobson on Oct 25, 2009 6:02 AM

  • Error while running a query-Input for variable 'Posting Period is invalid

    Hi All,
    NOTE: This error is only cropping up when I input 12 in the posting period variable selection. If I put in any other value from 1-11 I am not getting any errors. Any ideas why this might be happening?
    I am getting the following error when I try and run a query - "Input for variable 'Posting Period (Single entry, mandatory)' is invalid" - On further clicking on this error the message displayed is as follows -
    Diagnosis
    Variable Posting Period (Single Value Entry, Mandatory) is used as a lower limit (X) and an upper limit () in an interval selection. This limit has the value #.
    System Response
    Procedure
    Enter a different value for variable Posting Period (Single Value Entry, Mandatory). If the value of the other limit is determined by another variable, you can change its value also.
    Procedure for System Administration

    OK.
    Well, if the variable is not used in any interval selection, then I would say "something happened to it".
    I would make a copy of the query and run it to check if I get the same problem with period 12.
       -> If not, something is wrong in the original query (you can proceed as below, if changes to original are permitted).
    If so, then try removing the variable completely from the query and hardcode restriction to 12.
       -> If problem still persists, I would have to do some thinking.
    If problem is gone, then add the variable again. Check.
       -> If problem is back, then the variable "is sick". Only quick thing to do, is to build an identical variable and use that one.
    If problem also happens with the new variable, then it's time to share this experience with someone else and consider raising an OSS.
    Good luck!
    Jacob
    P.S: what fisc year variant are you using?
    Edited by: Jacob Jansen on Jan 25, 2010 8:36 PM

  • Query with bind variable, how can use it in managed bean ?

    Hi
    I create query with bind variable (BindControlTextValue), this query return description of value that i set in BindControlTextValue variable, how can i use this query in managed bean? I need to set this value in String parameter in managed bean.
    Thanks

    Put the query in a VO and execute it the usual way.
    If you need to, you can write a parameterized method in VOImpl that executes the VO query with the parameter and then call that method from the UI (as a methodAction binding) either through the managed bean or via a direct button click on the page.

  • SQL query with Bind variable with slower execution plan

    I have a 'normal' sql select-insert statement (not using bind variable) and it yields the following execution plan:-
    Execution Plan
    0 INSERT STATEMENT Optimizer=CHOOSE (Cost=7 Card=1 Bytes=148)
    1 0 HASH JOIN (Cost=7 Card=1 Bytes=148)
    2 1 TABLE ACCESS (BY INDEX ROWID) OF 'TABLEA' (Cost=4 Card=1 Bytes=100)
    3 2 INDEX (RANGE SCAN) OF 'TABLEA_IDX_2' (NON-UNIQUE) (Cost=3 Card=1)
    4 1 INDEX (FAST FULL SCAN) OF 'TABLEB_IDX_003' (NON-UNIQUE)
    (Cost=2 Card=135 Bytes=6480)
    Statistics
    0 recursive calls
    18 db block gets
    15558 consistent gets
    47 physical reads
    9896 redo size
    423 bytes sent via SQL*Net to client
    1095 bytes received via SQL*Net from client
    3 SQL*Net roundtrips to/from client
    1 sorts (memory)
    0 sorts (disk)
    55 rows processed
    I have the same query but instead running using bind variable (I test it with both oracle form and SQL*plus), it takes considerably longer with a different execution plan:-
    Execution Plan
    0 INSERT STATEMENT Optimizer=CHOOSE (Cost=407 Card=1 Bytes=148)
    1 0 TABLE ACCESS (BY INDEX ROWID) OF 'TABLEA' (Cost=3 Card=1 Bytes=100)
    2 1 NESTED LOOPS (Cost=407 Card=1 Bytes=148)
    3 2 INDEX (FAST FULL SCAN) OF TABLEB_IDX_003' (NON-UNIQUE) (Cost=2 Card=135 Bytes=6480)
    4 2 INDEX (RANGE SCAN) OF 'TABLEA_IDX_2' (NON-UNIQUE) (Cost=2 Card=1)
    Statistics
    0 recursive calls
    12 db block gets
    3003199 consistent gets
    54 physical reads
    9448 redo size
    423 bytes sent via SQL*Net to client
    1258 bytes received via SQL*Net from client
    3 SQL*Net roundtrips to/from client
    1 sorts (memory)
    0 sorts (disk)
    55 rows processed
    TABLEA has around 3million record while TABLEB has 300 records. Is there anyway I can improve the speed of the sql query with bind variable? I have DBA Access to the database
    Regards
    Ivan

    Many thanks for your reply.
    I have run the statistic already for the both tableA and tableB as well all the indexes associated with both table (using dbms_stats, I am on 9i db ) but not the indexed columns.
    for table I use:-
    begin
    dbms_stats.gather_table_stats(ownname=> 'IVAN', tabname=> 'TABLEA', partname=> NULL);
    end;
    for index I use:-
    begin
    dbms_stats.gather_index_stats(ownname=> 'IVAN', indname=> 'TABLEB_IDX_003', partname=> NULL);
    end;
    Is it possible to show me a sample of how to collect statisc for INDEX columns stats?
    regards
    Ivan

  • Assigning a value to a substitute variable

    Hi, I would like to know if it is possible to assign a value to a substitute variable.
    This is what I'm doing:
    - Prompting user for input
    ACCEPT uom CHAR PROMPT 'Enter number of UOM system you would like: ' DEF '0'
    (displayed list of options are numbers 0-5)
    - Based on input, open corresponding file
    (start i:\utc\all\oracle\uom\uom_column_heading_&&uom..sql)
    Problem:
    - Default selection is 0, meaning use the CURRENT UOM system (a number, 1-5)
    - That being said, &&uom must be assigned a 1-5 value in order to open the file that corresponds to the CURRENT UOM system
    Let me know if any additional information is needed.
    Thanks!

    I apologize for the format. I tried to make it more legible, but was not able to. FYI: It appears to be easier to read in "Edit" view.
    Thanks, I tried the &&uom := your_function(); suggestion, but I am getting an error. It looks like the "value" of &&uom is being read in the assignment statement, not the variable name.
    I have copied the piece of the code, for your reference.
    ACCEPT uom CHAR PROMPT 'Enter number of UOM system you would like: ' DEF '0'
    DECLARE
    v_uom_sys_selection NUMBER;
    v_curr_uom_sys VARCHAR2 (50);
    v_uom_num NUMBER;
    BEGIN
    v_uom_sys_selection := to_number(&uom);
    v_curr_uom_sys := EG.GET_CURRENT_UOM();
    v_uom_num := eg.get_user_selected_uomnum(v_curr_uom_sys);
    &&uom := to_char(v_uom_num);
    dbms_output.put_line('v_uom_num = ' || v_uom_num);
    dbms_output.put_line('&&uom = ' || &&uom);
    END;
    --prompt "&&uom"
    start i:\utc\all\oracle\uom\uom_column_heading_&&uom..sql
    Below are the results I get when commenting out the &&uom := to_char(v_uom_num); line. NOTE: the "value" of &&uom = 0.
    v_uom_num = 1
    0 = 0
    If I leave that line in, I get the following error:
    PLS-00103: Encountered the symbol "0" when expecting one of the following:
    begin case declare end exit for goto if loop mod null pragma
    raise return select update while with <an identifier>
    <a double-quoted delimited-identifier> <a bind variable> <<
    close current delete fetch lock insert open rollback
    savepoint set sql execute commit forall merge pipe
    The symbol "<an identifier> was inserted before "0" to continue.
    Message was edited by:
    user449676

  • How to save a new value for Set command variable

    I am using SET [variable = [String]] to update Set variable. It works fine. But when I restart MSDOS Prompt, I get old value for variable.
    How to save a new value for SET command variable?
    I am using Windows XP.

    And this has to do with java how?

  • Output of SQ01 Query to a file in background

    Hello,
           I have created a SQ01 query for a certain specific outpur from my SAP system. I need to get the output of this query to a file. While i have tried executing this report from the frontend; it works smoothly, and based on the variant it creates the output and writes to a file at a remote location. But while i am trying to process the same query using background job, it creates a spool request and doesnt export the data to a file.
           Can someone please help me in getting me right in case i am doing anything wrong.
    Regards,
    V

    Hi,
    SAP have created a standard program RSTXPDFT4 to convert your Sapscripts spools into a PDF format.
    Specify the spool number and you will be able to download the sapscripts spool into your local harddisk.
    It look exactly like what you see during a spool display.
    Please note that it is not restricted to sapsciprts spool only.  Any reports in the spool can be converted using the program 'RSTXPDFT4'.
    Regards,
    Pavan

  • Save Output to: setting not being saved

    This has been driving me nuts for a couple of years, so I figured I'd finally ask if anyone else sees this behavior.
    My script grabs a PDF and converts each page to new, separate, PDF files using a custom name and number. There are three components: Ask for Finder Items, PDF to Images, and Make Finder Item Names Sequential.
    My problem appears in the PDF to Images part. I have the "Save Output to:" setting set to a folder ON my desktop (Outbox). Every time I open the script it has reverted to "Save Output to: Desktop". I can change it, run the script from within Automator, and it works fine. If I save it (or save-as), when I next open the script, it will have reverted to Desktop. I have tried every iteration I can think of to get it to remember to store the files in the correct folder, but it just won't save this setting.
    I am in the habit of just opening the script first, and changing the setting, then running the script before I have closed it, so this is no big deal -- but it does make it two more steps, which kinda defeats the whole purpose of automator.

    Understood, but you mentioned scripts and AppleScript is used extensively with workflows. If there aren't any in yours, then all I can suggest is peruse http://www.automatedworkflows.com/tips/podcast.html
    Also, see http://discussions.apple.com/thread.jspa?threadID=2039384 and Introduction to Automator tutorial at http://automator.us/leopard/video/index.html

  • Xml output of a query

    Hi,
    I want to generate xml output of a query.
    ( suppose if i write select * from tab1 ; then i want all the rows from the table tab1 in xml form )
    how to do it.. ?
    plz guide.

    I guess what you are loooking for is this
    select xmltype(cursor(select * from dept)).getclobval() from dual;
    this will give you the outout in a txt viewable format.
    Rushi

Maybe you are looking for

  • Get rid of those annoying extra ' ' characters

    Always use the < escape instead of a literal '<', even in [code] blocks. Otherwise, the forum software will try to help you out by throwing in a '>' to balance it. It usually inserts the character at the end of the post, but if there's another '<' an

  • When I connect my ipod, it does not show devices in the menu.

    I've removed Itunes from my computer and redownloaded.  Still no way to sync.  Any ideas?  2nd generation Ipod.

  • Multi Language Smart Forms

    Hi I need to display multipile languages in same form my main language is english first the language will be in japaneese followed by english and french but everthing has to be displayed in the same page. japaneese English french any guidence in this

  • Hp photosmart b8550 constantly sticks in print queue

    Several times a day I have to use the hp diagnostic utility to clear my print queue. My printer repeatedly prints the same thing over and over even after I press cancel. The waste in paper and ink is phenomenal. I'm at my wit's end. I've never had th

  • Dvd not working with windows 8

    MY DVD is not recognised when running Windows 8 on Imac.