Create the worksheet based on a Sql query

Hello

I use SQL Developer Version 1.5.5.
I want to run 3 different sql queries and then to get the result in the worksheet 3 in a xls.
Now, when I run the query in the results tab.
Yes
Right-click-> export data-> xls
But the results come in 3 xls and not as as I want. Is it possible to do?

Thank you

You can export as text to the Clipboard and paste the results yourself in Excel.

Have fun
K.

Tags: Database

Similar Questions

  • Find the name of the view based on a sql query

    Can anyone suggest me how to find the name of the view based on a sql query? When I try to the following select statement:
    select view_name from user_views where text like '%SELECT * from TABLE%';
    but I get this error:
    SQL Error: ORA-00932: inconsistent datatypes: expected NUMBER got LONG
    00932. 00000 -  "inconsistent datatypes: expected %s got %s"
    But as I notice that the TEXT column is really LONG to type... Are there any other table system that store information about the text using each view?

    See this example, using DBMS_METADATA. GET_DDL:

    Re: Search text in column

  • issue in the creation of the IOM group reactivate via sql query.

    Hi guys,.

    I am trying to create a group to IOM database through sql query:

    insert into ugp(ugp_key,ugp_name,ugp_create,ugp_update,ugp_createby,ugp_updateby,) values(786,'dbrole','09-jul-12','09-jul-12',1,1);

    It is the inclusion of the group in the table of the PMU, but he does not appear in the administration console.

    After that, I also tried with this query:

    insert into gpp(ugp_key,gpp_ugp_key,gpp_write,gpp_delete,gpp_create,gpp_createby,gpp_update,gpp_updateby) values (786,1,1,1,'09-jul-12',1,'09-jul-12',1);

    After I haven't tried with this query.but still no use.

    and I also tried to assign a user to the group through query:

    insert into usg(ugp_key,usr_key,usg_priority,usg_create,usg_update,usg_createby,usg_updateby) values (4,81,1,'09-jul-12','09-jul-12',1,1);

    But always the same problem.it is the insertion in db.but do not enter in the administration console.

    Thank you
    Hanuman.

    Muriel Hanuman says:
    Thanks guys.the above queries are successfully.just to work I rebooted the server.

    I certify here if we want to add the group to 10g through sql query, then insert the records in the tables 'PMU' and 'MPP '.

    11 g, need to add records from the ugp only table. Because the administrator has also not found in this table only.so no need to table gpp.

    Thank you
    Hanuman.T

    1 groups are stored in the table of the PMU to IOM 11.1.1.5. The table of the GPP is present, but not used in 11.1.1.3 and is totally deleted schema repo in 11.1.1.5
    2. as far as I know, there is no other vital records except that in UGP table objects are created for a group, you are, in theory, able to create groups with direct SQL. Using the API of the IOM is the preferred method.
    3. you must use the sequence UGP_SEQ to get a new key for a group that you create.

    Vladimir

  • Calculation of the time wall of a SQL query.

    Hello

    While trying to discover the time of running a SQL query (wall time) I read in one place that CPU_TIME/EXECUTIONS of v$ SQLAREA, is the precise runtime we can come close to.

    I can't use "set timing on ' or 'DBMS_UTILITY. GET_TIME' that I need to extract the execution time of the story because the query will be drawn to an end, and I need to know how long it took to DB level and compare it with the end time before calculating the % of time used in the DB level total.

    Maybe another way to track sessions and the user TKPORPOF but now I donot want to take the help of the ADMINISTRATOR at this initial stage.

    Is CPU_TIME/EXECUTIONS of v$ SQLAREA where (SQL_TEXT) AS "SELECT... OF... %'; should be enough?

    user2925917, yes as Brian already answered your understanding as posted above seems correct.  Except in the case where there has been only a running query you will download an average time.  The problem with averages is that one or two unusual executions that can skew the average, but in most cases the average will be probably fairly accurate.

    - -

    HTH - Mark D Powell.

  • How to identify columns that have the same data in a SQL query or function?

    Deal all,

    How to identify columns that have the same data in a SQL query or function? I have the sample data as below

    DEPT_IDEMP_IDCome on
    !CITYSTATECOUNTRY111 June 1983DELHIHUMAN RESOURCESIndia1218 January 1987DELHIHUMAN RESOURCESIndia1328 November 1985DELHIHUMAN RESOURCESIndia144 June 1985DELHIHUMAN RESOURCESIndia255 June 1983MUMBAIHDIndia266 June 1983MUMBAIHDIndia277 June 1983MUMBAIHDIndia288 Jun. 1983MUMBAIHDIndia399. June 1983GURGAONDLIndia31010 June 1983GURGAONDLIndia

    Now, I want to Indify columns that have the same data for the same Department ID.

    Is it possible in sql unique or do I have to write the function for this? Pls Help how to write?

    Thanks in advance.

    You can try this?

    WITH T1)

    DEPT_ID, EMP_ID, DATE OF BIRTH, CITY, STATE, COUNTRY

    ), ()

    SELECT 1, 1, TO_DATE('1.) June 1983', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 1, 2, TO_DATE('18.) January 1987', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 1, 3, TO_DATE('28.) November 1985', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 1, 4, TO_DATE('4.) June 1985', 'JJ. LUN. (YYYY'), 'DELHI', 'HR', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.5, TO_DATE('5.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.6, TO_DATE('6.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.7, TO_DATE('7.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 2.8, TO_DATE('8.) June 1983', 'JJ. LUN. (YYYY'), 'BOMBAY', 'HD', 'INDIA' OF THE DUAL UNION ALL

    SELECT 3, 9, TO_DATE('9.) June 1983', 'JJ. LUN. (YYYY'), 'GURGAON', 'DL', 'INDIA' OF THE DUAL UNION ALL

    SELECT 3.10, TO_DATE('10.) June 1983', 'JJ. LUN. (YYYY'), 'GURGAON', 'DL', 'INDIA' OF THE DOUBLE)

    SELECT DEPT_ID,

    RTRIM (XMLAGG (XMLELEMENT(A,VALS||',')). Extract ('//Text ()'), ',') COLUMNS_WITH_DUPLICATE

    DE)

    SELECT * FROM)

    SELECT DEPT_ID,

    EMP_ID,

    Date of birth

    CITY,

    STATE,

    COUNTRY

    DE)

    SELECT DEPT_ID,

    EMP_ID,

    Date of birth

    CITY,

    STATE,

    COUNTRIES,

    COUNT (*) OVER(PARTITION BY DEPT_ID ORDER BY EMP_ID DESC,DOB DESC,CITY DESC,STATE DESC, COUNTRY DESC) RN

    DE)

    SELECT DEPT_ID,

    CASE WHEN(CEID>1) AND THEN 'YES' ELSE 'NO' END AS EMP_ID.

    CASE WHEN(CDOB>1) THEN 'YES' ELSE 'NO' END AS DATE OF BIRTH,

    CASE WHEN(CCITY>1) AND THEN 'YES' ELSE 'NO' END AS CITY.

    CASE WHEN(CSTATE>1) AND THEN 'YES' ELSE 'NO' END AS STATE.

    CASE WHEN(CCOUNTRY>1) THEN 'YES' ELSE 'NO' END AS A COUNTRY

    DE)

    SELECT DISTINCT

    DEPT_ID,

    CEID,

    CDOB,

    CITY,

    CSTATE,

    CCOUNTRY

    DE)

    SELECT DEPT_ID,

    COUNT (*) TO THE CEID (DEPT_ID PARTITION, EMP_ID),.

    COUNT (*) ON CDOB (DEPT_ID SCORE, DATE OF BIRTH),

    COUNT (*) ON THE CITY (DEPT_ID PARTITION, CITY),

    COUNT (*) ON CSTATE (DEPT_ID PARTITION, STATE).

    COUNT (*) ON CCOUNTRY (DEPT_ID, COUNTRY PARTITION)

    FROM T1)))

    WHERE RN = 1)

    UNPIVOT (CLO FOR (VALS) IN (EMP_ID, DATE OF BIRTH, CITY, STATE, COUNTRY)))

    WHERE COLS = "YES".

    DEPT_ID GROUP;

    OUTPUT:

    DEPT_ID COLUMNS_WITH_DUPLICATE
    --------- ------------------------

    1 CITY, COUNTRY, STATE
    2 CITY, COUNTRY, STATE
    3 CITY, COUNTRY, STATE

    Post edited by: Parth272025

  • Eliminate the duplicate based on the condtion in Select of SQL query.

    Hi all

    I write the SQL query where I have to select values based on the condition in the column.

    Lets say I have 3 columns position, description, used, there are different values in the position but for some positions of the column description of the lines is the same and if column Description is the same and employee is null then that there should be only one row returned and if the description is the same but the employee column is not null then it should be several lines.

    I can't use Group by that we have around 35 columns in the select query.

    Please suggest any Solution.

    Hi Michael,

    I adds a column to the t2 to get the good understanding of my needs.

    Level
    Employee From Date to_date
    1 Test2 21.03.2014 21.04.2014
    2 Test4 21.02.2014 20.03.2014
    2 Test1 21.03.2014 21.04.2014
    2 Test3 21.04.2014
    3 MgrTest 21.03.2014

    Now, the result should look like this.

    Level
    Employee From Date TO Date
    1 Test2 21.03.2014 21.04.2014
    2 Test3 21.04.2014
    2 Test1 21.03.2014 21.04.2014
    3 Mgrtes 21.03.2014
    4

    There was an addition more as if this day is not null for the given level, then the query must return a single line of balnk more with the same position, I am reached using any Union and works very well I'm stuck with the point above.

  • Error creating the pie chart to 3D with query complex.

    Hi all

    I tried to create a pie 3D with the following query:

    SELECT THE NULL LINK,

    LABEL CRITERIA,

    DIGITAL VALUE

    Of

    (SELECT CRITERIA, COUNT (*) AS 'NUMBER'

    DE)

    SELECT AIRCRAFT_REGO AS "REGO",.

    'HOLD OPEN' as "CRITERIA", he said.

    CNTOPEN AS 'COUNT '.

    OF UTEV0001 HAS

    INNER JOIN (select ACFTABB, count (ACFTABB) as CNTOPEN)

    of SIMLOG

    "where ACDFRCYC = s"

    AND OPENHODM = 'O'

    AND ACDFITMX = 'Y '.

    ACFTABB GROUP

    order of ACFTABB) B

    ON B.ACFTABB = A.AIRCRAFT_REGO

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    "NOT PROCESSED" as of "CRITERIA", he said.

    CNTACTN AS 'COUNT '.

    OF UTEV0001 X

    JOIN IN-HOUSE

    (select ACFTABB, count (ACFTABB) as CNTACTN

    of SIMLOG

    "where ACDFRCYC = s"

    AND ACDFATN = "

    AND AFFECTED = "

    ACFTABB GROUP

    order of ACFTABB) C

    ON X.AIRCRAFT_REGO = C.ACFTABB

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    "FAILURE to KNOWN" as "CRITERIA", he said.

    CNTKNOW AS 'COUNT '.

    OF UTEV0001 Y

    INNER JOIN (SELECT ACFTABB, COUNT (ACFTABB) AS CNTKNOW

    OF SIMLOG

    WHERE ACDFRCYC = S"

    AND AFFECTED = 'DEVELOPMENT '.

    ACFTABB GROUP

    order of ACFTABB) D

    ON Y.AIRCRAFT_REGO = D.ACFTABB

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    'WARRANTY FAILURES' as "CRITERIA", he said.

    CNTWARNT AS 'COUNT '.

    OF UTEV0001 Z

    INNER JOIN (SELECT ACFTABB, COUNT (ACFTABB) AS CNTWARNT

    OF SIMLOG

    WHERE ACDFRCYC = S"

    AND GUARANTEED = 'Y '.

    ACFTABB GROUP

    order of ACFTABB) E

    ON Z.AIRCRAFT_REGO = E.ACFTABB

    WHERE AUDTCURI = 'C '.

    UNION

    SELECT AIRCRAFT_REGO AS "REGO",.

    "REFER CONTROLLER" as of "CRITERIA", he said.

    CNTCONT AS 'COUNT '.

    OF UTEV0001 V

    INNER JOIN (SELECT ACFTABB, COUNT (ACFTABB) AS CNTCONT

    OF SIMLOG

    WHERE ACDFRCYC = S"

    AND AFFECTED LIKE '% CONTROLLER '.

    ACFTABB GROUP

    order of ACFTABB) F

    ON V.AIRCRAFT_REGO = F.ACFTABB

    WHERE AUDTCURI = 'C')

    CRITERIA GROUP)

    Using this query, I get the following error "failed to parse the SQL query! "

    But when I use the query used to create the table here. It works perfectly fine.

    Could someone help me please.

    Hi Ajay,

    I would say it is your use of the key word 'number '. I would like to change it to "MY_COUNT" or something.

    I certainly expect

    SELECT THE NULL LINK,

    LABEL CRITERIA,

    DIGITAL VALUE

    fail because of the number keyword.

    Kofi

  • Problem with LDAP in the APEX and not in sql query * more

    Hello everyone.

    Hereby, I refer to an existing thread: Query LDAP APEX

    I have a problem using LDAP in the APEX (DB version: 11.2.0.2.0;) APEX version: 4.0)

    I get "Authentication failed" by their SUMMIT. However, when I run it in SQL * more (SQL Developer) (I created it as seen in the referenced forum thread) it works! Can I use my own function, but that looks like reinventing the wheel.
        l_ldap_host := 'oursite.be';
        l_ldap_port := '389';
        l_ldap_domn := 'oursite';
        l_ldap_user := i_username;
        l_ldap_pass := i_pw;
        l_ldap_base := 'ou=oursite,dc=oursite,dc=be';
    
    
        dbms_ldap.use_exception := true;
        
        l_session  := dbms_ldap.init(l_ldap_host,l_ldap_port);
        l_retval   := dbms_ldap.simple_bind_s(l_session, l_ldap_domn||'\'||l_ldap_user, l_ldap_pass);    
        l_attrs(1) := 'name';
        l_attrs(2) := 'title';
        l_retval   := dbms_ldap.search_s(
                        l_session, 
                        l_ldap_base, 
                        dbms_ldap.scope_subtree, 
                        '(sAMAccountName='||l_ldap_user||')',
                        l_attrs,
                        0,
                        l_message
                      );
    
        l_retval := dbms_ldap.count_entries(l_session, l_message);
    We must search the sAMAccountName because that contains our login credentials (dennis.surname). The common name is just our full name (Dennis Surname)


    At the SUMMIT, I have these settings:

    * LDAP host: oursite.be
    * Port: 389
    Use SSL: No SSL
    Use exact DN: No.
    * String DN: ou = oursite, dc = oursite, dc = be
    * Search filter: sAMAccountName = % LDAP_USER %


    When I try to test it I get "Authentication failed" but I don't know why. It works very well in sql * more (in the the same pattern of course!) so I have really no idea what I'm doing wrong. In addition, the message comes instantly and sql * more it takes about a second to authenticate.

    I tried so many things! remove the 'or '. Connect with my name, change 'cn = % LDAP_USER %' filter, connect with dennis.surname and Dennis Surname, using exact DN,... and all the possible combinations of them... Nothing works.

    I can go further by using my own function, but I really want to use the settings of the APEX, because it's so much easier.

    Thanks in advance for help out me!
    Dennis

    Hi Dennis,

    Try this

    The exact use DN Yes value
    Change your DN string to

    %LDAP_USER%@domain
    

    or

    domain\%LDAP_USER%
    

    The authentication uses a simple_bind_s. You must use the same syntax in these text boxes. You actually do a single with bond

    dbms_ldap.simple_bind_s(l_session, 'sAMAccountName=' || l_ldap_user, l_ldap_pass);
    

    It does not work. It's the syntax to use in the search for search_s filter.

    Please keep in mind that the apex_040100 (for apex 4.1) user must connect the rights on the domain server.

  • How can I show all the results returned by a sql query?

    Hi guys,.

    I need your help.
    Let's say I have a table: TableA. Fields in TableA are aleg, anon, monkeys. The following sentence can return, in general, several rows: select anon from TableA where aleg = somevalue. I would like to show the result of the anon column but no luck. If I try to display the results in a TextArea and the origin is a sql query shows that the first value of the line. I tried to see the like: display text (based in PLSQL) and a block anonymous plsql and coding
    DECLARE
    v_anon TableA.anon%TYPE;
    CURSOR v_cur IS
    Select anon from TableA where aleg = somevalue;
    BEGIN
    OPEN v_cur.
    LOOP
    SEEK v_cur INTO v_anon;
    EXIT WHEN v_cur % NOTFOUND;
    : FIELD_IN_FORM: = v_anon;
    END LOOP;
    CLOSE V_cur;
    END;
    but in this case, he showed no results.
    So the first question is what type of field can I use to show the result. And the second is what can I do to be able to show all the results returned by the query (if more than one line).

    concerning

    GMC

    We are all happy that you found a solution, but you must sign your messages and change your ID forum. It is always good to know the real name of the person you are communicating with. In addition, if you plan to get answer to your questions in the future, you must mark responses as useful or correct if they helped you solve your problems.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • Created the form based on the table - created new line - how to retrieve line editing?

    Hello

    Sorry for such a stupid question, but being new in APEX, I don't know much about how the end user on a form.

    I have created a new form (not in a table), based on a table.

    I ran the form and created a new line.

    After the line was created, the form comes back ready to create another line (all the values in the fields).

    How can I go on the recovery of the line, I added just to make a few changes?

    Again, please forgive my ignorance.

    Mason

    Masong says:

    Sorry for such a stupid question, but being new in APEX, I don't know much about how the end user on a form.

    Or about how best to use this forum. Always include all the details of your environment and your application when you post a question so that we can provide a solution version - and context, case-specific: How to get the answers from the forum

    I have created a new form (not in a table), based on a table.

    I ran the form and created a new line.

    After the line was created, the form comes back ready to create another line (all the values in the fields).

    How can I go on the recovery of the line, I added just to make a few changes?

    Ensure that the attribute key back to point in the line process of... The ARP process is defined to return the value of PK of records inserted in the element of key primary page and delete any Reset Page clearly session state process created by the wizard page.

  • Get the count of the two different statuses in SQL query

    Hi Experts,
    ALTER TABLE EMP ADD STATUS INTEGER DEFAULT 1 NOT NULL;
    UPDATE EMP SET STATUS=2 WHERE EMPNO > 7700
    SELECT COUNT(*) OVER() TOTALRECORDS,EMP.DEPTNO,EMP.EMPNO FROM EMP,DEPT WHERE EMP.DEPTNO=EMP.DEPTNO
    The Select query will return the total number of the EMP, DEPT tables (the two status with 1 and 2).
    But I need to get the number of 1 and 2 separately.

    Is this possible with changes in an existing SQL query?

    Thank you
    Dharan V
    ALTER TABLE EMP ADD STATUS INTEGER DEFAULT 1 NOT NULL;
    UPDATE EMP SET STATUS=2 WHERE EMPNO > 7700
    SELECT COUNT(*) OVER() TOTALRECORDS,EMP.DEPTNO,EMP.EMPNO FROM EMP,DEPT WHERE EMP.DEPTNO=EMP.DEPTNO
    

    change this option like this

    SELECT COUNT(decode(status,1,1,null)) OVER() RECORDS_1,
           COUNT(decode(status,2,2,null)) over() RECORDS_2,
           EMP.DEPTNO,EMP.EMPNO
      FROM EMP,DEPT WHERE EMP.DEPTNO=EMP.DEPTNO
    
  • How to know the status of the process flow using a SQL query

    Hello
    I want to know the final status of a process flow after execution by using a sql query?

    The available entries are:
    -Item_Key
    -Process_Flow_Package_Name
    -Process_Flow_Name

    I ran the process flow using a WF_Engine.LaunchProcess ()procedure, but I was not able to know the status of the process flow.


    Is it possible to know the status of the process flow?

    using a procedure or an sql query?

    Thanks in advance,
    SriGP.

    Once the process is completed, or not, you can see the status by calling:

    UAS (your_OWF_shema) .wf_engine. ItemStatus()

  • Generate the Trace file to a sql query

    Hi all

    I want to generate a trace for a sql query file so that I can generate a .out file corresponding I need to check the performance of an application before using it.
    Anyone can guide me please how to do this.
    I know how do to generate a trace for a concurrent program, but right now, I want to track for a simple sql query.

    Kind regards
    Ankur

    Hello
    Agreed. but I thought that if OP do not have access to metalink then?

    In any case I not substitute me your answer.

    Oops. Sorry I did not read the lines below.

    You can turn simple trace for this particular session.
    Oracle will generate trace files (.trc) for each session where the value of SQL_TRACE = TRUE and write them to the USER_DUMP_DEST destination. That you can use tkprof to read the generated trace file.

    Kind regards
    Taj

    Published by: Mohammed Taj on July 14, 2009 10:11

  • Access to the CONSTANT packet in a SQL query

    Hello
    Can someone explain why I cannot access the package constant in a SQL, but you can use dbms_output.put_line:

    SQL > create package scott.xx_test_const_pkg
    2 as
    3 a constant varchar2 (1): = 'A ';
    4 end;
    5.

    Package created.

    SQL > start
    2 dbms_output.put_line (scott.xx_test_const_pkg.a);
    3 end;
    4.
    A <-THIS WORKS

    PL/SQL procedure successfully completed.

    SQL > select * from scott.emp where ename = scott.xx_test_const_pkg.a;
    Select * from scott.emp where ename = scott.xx_test_const_pkg.a <-THIS DOES NOT WORK

    *
    ERROR on line 1:
    ORA-06553: PLS-221: 'A' is not a procedure or is not defined


    Thank you

    Impossible to refer to a pl/sql package constant in a sql statement.
    Create a function that returns the value of constant, and then refer to the function in a sql statement.

  • Possible to create the GAUGE with DIAL of SQL type?

    Hi all

    Just a quickie - you can create a gauge-style bar of the spreadsheet (rather than via a report) with the following:

    Select ' SQLDEV: GAUGE: 0:200:50:150:' | Count (*) from my_table;

    I'm curious - is there a way to control the type - that is to say, do a comparator rather? Or this can be done through reports? There are all the other parameters can be adjusted (colors, labels, etc.)? Did I miss something in the documentation?

    Also, is it any documentation that explains all the other bits possible and bats that might be available using the SQLDEV: command/fucntion/etc? EG - I can't do graphics, etc.?

    Thank you

    Ghee

    Published by: Ghee on October 7th, 2009 15:36

    It was a feature that was added to facilitate the creation of the database management screen and I thought since I was creating the rendering engine, I would expose it.
    It is limited to only display parameters MIN | MAX | MIN_THRESHOLD | MAX_THRESHOLD | VALUE. No other report components are exposed as renderer in this time and we
    currently have no plans to improve this feature.

    If it turns out be the demand of the user for him that would change in sight. Please do not hesitate to add an improvement on sqldeveloper.oracle.com request if it gets enough requests I have he will return with pleasure.

    Syme

Maybe you are looking for

  • Can yout put a bar of typingcontrol then to help pass the languidges?

    Dear Sir/Madam, I'm a big fan of firefox. I have a suggestion for you. For people who go to sites of Engels much and type in English it's annoying that the typingcongrol is in your own languorous. Is it possible to add a toolbar to switch to English

  • Problems with disabling iCloud photos

    You want to stop using iCloud Photos. When you delete a photo or a video of one of my devices, the iPhone 6 & iPad air, they get removed also from my Mac. I want to go back and to import my photos of devices directly on my Mac and then remove it from

  • Background picture autoresize afterwards

    I had this problem with several phones, so it couldn't be a bike problem. Right now I use a Moto X. When I use an image for the background sometimes, it will automatically re-size to be bigger than when I got the original size. Any ideas as to what c

  • AUDIO DEVICE

    TO REPENT HOY NO ME WORKS EL DEVICE AUDIO... COMO LO PUEDO RECOVER?. SOY INEXPERTA CASI TOTAL GRACIAS

  • HP envy 15 turns is not on

    Hi I have a hp envy touchsmart 15 I was working on my laptop and I went to look for something when I came back I see the computer is off, I tried to turn it on, but without charger chance is very well, first he saw power flashes, but after awhile I s