Trying to find unused tables by views,function, and proc?

I come up with lists of unused table through given script
SELECT
SCHEMA_NAME(t.schema_id)
as SchemaName,
t.name as
TableName
FROM   sys.tables
t
WHERE  is_ms_shipped
= 0
AND NOT
EXISTS (SELECT
FROM   sys.sql_expression_dependencies
d
WHERE  d.referenced_entity_name
= t.name
AND ((
is_ambiguous = 1
or is_caller_dependent=1)
OR
d.referenced_id
= t.object_id) 
result:
dbo temp_bandfix
dbo ClientParty_AXClient_back
dbo EmployeeParty_AXEmployee_back
dbo CUSTTABLE
dbo sysdiagrams
dbo ConcurClientList
I have list of procs, Vws, and FN in DB
I am thinking to add sub query on the above script and see dependency on procs, views and FN to make sure those tables are not used at all  in database before dropping them.
Looking for help on this issue???

Use SQL Server Profiler to run a trace on your database. You can let it run for a week or longer if you'd like to. Then once it is done you can upload the results to an SQL table. Then you can use a join to the query you have above to see if there are any
tables not being accessed. This is probably the best method for determining if a table is unused, as the Profiler will log events anytime someone runs a transaction against a table.
Jordan Johnson

Similar Messages

  • How to find Unused variables in procedure,function or package

    Hi all,
    I want find out unused variables in procedure, function and package.
    I have written below script for doing this ,but i am not getting the expected result.
    Kindly help me to improve the below code ,so that it works as expected.
    {code}
    version details
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    PL/SQL Release 11.2.0.3.0 - Production
    "CORE    11.2.0.3.0    Production"
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production
    {code}
    {code}
    What i Have tried is This.
    DECLARE
      V_OBJECT_NAME VARCHAR2(30) :='PR_PRINT';
      V_OBJECT_TYPE VARCHAR2(30) :='PROCEDURE';
      CURSOR C1(CP_OBJECT_NAME VARCHAR2,CP_OBJECT_TYPE VARCHAR2)
      IS
        SELECT US.NAME,
          US.TYPE,
          US.LINE,
          REGEXP_SUBSTR(US.TEXT,'.* ') AS var_name
        FROM user_source US
        WHERE name=CP_OBJECT_NAME
        AND type  =CP_OBJECT_TYPE
        AND REGEXP_LIKE (TEXT,'(v_|g_|c_)','i')
        AND REGEXP_LIKE (TEXT,'^[^ ]')
        AND REGEXP_LIKE (TEXT,'^[^--]') ;
      v_count NUMBER ;
    BEGIN
      FOR i IN C1(V_OBJECT_NAME,V_OBJECT_TYPE)
      LOOP
        SELECT COUNT( *)
        INTO V_COUNT
        FROM USER_SOURCE US
        WHERE US.NAME=I.NAME
        AND REGEXP_LIKE(US.TEXT,i.var_name,'i' )
        AND US.LINE<>I.LINE;
        IF V_COUNT  =0 THEN
          DBMS_OUTPUT.PUT_LINE('variable '||I.VAR_NAME||'Is declared at line#'||I.LINE||' But no where used');
        END IF ;
      END LOOP;
    EXCEPTION
    WHEN OTHERS THEN
      DBMS_OUTPUT.PUT_LINE('p_err_code := '||SQLCODE||dbms_utility.format_Error_backtrace());
      DBMS_OUTPUT.PUT_LINE('p_err_msg := '||sqlerrm);
    END ;
    {code}
    Thanks,
    P Prakash

    Hello,
    as suggested by padders you can use PL/Scope, an example:
    ALTER SESSION SET PLSCOPE_SETTINGS='IDENTIFIERS:ALL';
    CREATE OR REPLACE PACKAGE ui_test1 AS
        global_number   NUMBER := 9;
    FUNCTION get_number
        RETURN NUMBER;
    END ui_test1;
    CREATE OR REPLACE PACKAGE BODY ui_test1 AS
    PROCEDURE setNull
         p_varchar          IN OUT VARCHAR2
    IS
    BEGIN
        p_varchar := NVL(p_varchar,'NULL');
    END setNull;
    FUNCTION get_number
        RETURN NUMBER
    IS
        FUNCTION setZero
             p_number       IN NUMBER
            RETURN NUMBER
        IS
        BEGIN
            RETURN NVL(p_number,0);
        END setZero;
    BEGIN
        RETURN global_number;
    END get_number;
    END ui_test1;
    SELECT  DISTINCT
            object_name
           ,object_type
           ,name
           ,type
           ,line
           ,col
    FROM    all_identifiers obj
    WHERE   obj.owner = USER
    AND     obj.usage = 'DECLARATION'
    AND     obj.object_name = 'UI_TEST1'
    AND     NOT EXISTS (
                SELECT  1
                FROM    all_identifiers with_rh
                WHERE   obj.signature = with_rh.signature
                AND     with_rh.usage IN ('REFERENCE','CALL','ASSIGNMENT')
    ORDER BY TYPE
            ,object_name
            ,object_type
            ,name;
    OBJECT_NAME  OBJECT_TYPE   NAME       TYPE       LINE COL
    UI_TEST1     PACKAGE       GET_NUMBER FUNCTION     11  10
    UI_TEST1     PACKAGE BODY  SETZERO    FUNCTION     35  14
    UI_TEST1     PACKAGE       UI_TEST1   PACKAGE       1   9
    UI_TEST1     PACKAGE BODY  SETNULL    PROCEDURE    12  11
    Regards
    Marcus

  • Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems n

    Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems never arose during two years of using LTR-4 and nothing else has changed on my computer.  I have a pretty simple system with only a few plug-ins, which are usually not in operation.  I have 12GB of RAM in my Windows 7 PC.  I could illustrate these problems with screen shots if you would tell me how to submit screen shots.  Otherwise I will try to describe the problems in words.
    The problem is clearly cumulative, growing worse as usage time passes.  Compare View feature gradually slows down and eventually seems to choke as my work session proceeds. If I Exit LTR and re-enter and start all over, things will work normally for maybe 30 minutes, but then the Compare View feature begins to become very slow to respond.   In a recent example with my screen full of thumbnails in Library mode I highlighted two images to compare. LTR started to open the Compare View screen by first having the top row of thumbnails disappear to be replaced by the "SELECT" and "CANDIDATE" words in their spaces  (but no images), but Compare View never succeeded in gaining control of the screen. After some seconds the top row of thumbnails reasserted its position and the Compare View windows disappeared. But LTR kept trying to bring them back. Again the top row of thumbnails would go away, Select and candidate would reappear, try again, and give up. This went on for at least 2-3 minutes before I tried to choose File and Exit, but even that did not initially want to respond. It doesn't like to accept other commands when it's trying to open Compare View. Finally it allowed me to exit.
    To experiment I created a new catalog of 1100 images.  After 30-40 minutes, the Compare View function began to operate very slowly. With left and right side panels visible and two thumbnails highlighted, hitting Compare View can take half a minute before the two mid-size  images open in their respective SELECT and CANDIDATE windows. When the side panels are open and two images are in the Select/Candidate spaces, hitting the Tab button to close the side panels produces a very delayed response--25-30 seconds to close them, a few more seconds to enlarge the two images to full size. To reverse the process (i.e., to recall the two side panels), hitting Tab would make the two sides of the screen go black for up to a minute, with no words visible. Eventually the info fields in the panels would open up.
    I also created a new user account and imported a folder of 160 images. After half an hour Compare View began mis-placing data.  (I have a screen shot to show this.)  CANDIDATE appears on the left side of SELECT, whereas it should be on the right. The accompanying camera exposure data appears almost entirely to the left of the mid-screen dividing line. Although the Candidate and Select headings were transposed, the image exposure data was not, but the data for the image on the right was almost entirely to the left of the line dividing the screen in two.
    Gurus in The Lightroom Forum have examined Task Manager data showing Processes running and Performance indicators and they see nothing wrong.  I could also send screen shots of this data.
    At this point, the only way I can process my images is to work 30-40 minutes and then shut down everything, exit, and re-start LTR.  This is not normal.  I hope you can find the cause, and then the solution.  If you would like to see my screen shots, tell me how to submit them.
    Ollie
    [email protected]

    Since installing LTR 5.4, which I've now upgraded to 5.6, I've encountered repeated slowness and malfunctions in operations, especially when using the Compare View function and the Tab key to open and close the right and left side panels.  Such problems never arose during two years of using LTR-4 and nothing else has changed on my computer.  I have a pretty simple system with only a few plug-ins, which are usually not in operation.  I have 12GB of RAM in my Windows 7 PC.  I could illustrate these problems with screen shots if you would tell me how to submit screen shots.  Otherwise I will try to describe the problems in words.
    The problem is clearly cumulative, growing worse as usage time passes.  Compare View feature gradually slows down and eventually seems to choke as my work session proceeds. If I Exit LTR and re-enter and start all over, things will work normally for maybe 30 minutes, but then the Compare View feature begins to become very slow to respond.   In a recent example with my screen full of thumbnails in Library mode I highlighted two images to compare. LTR started to open the Compare View screen by first having the top row of thumbnails disappear to be replaced by the "SELECT" and "CANDIDATE" words in their spaces  (but no images), but Compare View never succeeded in gaining control of the screen. After some seconds the top row of thumbnails reasserted its position and the Compare View windows disappeared. But LTR kept trying to bring them back. Again the top row of thumbnails would go away, Select and candidate would reappear, try again, and give up. This went on for at least 2-3 minutes before I tried to choose File and Exit, but even that did not initially want to respond. It doesn't like to accept other commands when it's trying to open Compare View. Finally it allowed me to exit.
    To experiment I created a new catalog of 1100 images.  After 30-40 minutes, the Compare View function began to operate very slowly. With left and right side panels visible and two thumbnails highlighted, hitting Compare View can take half a minute before the two mid-size  images open in their respective SELECT and CANDIDATE windows. When the side panels are open and two images are in the Select/Candidate spaces, hitting the Tab button to close the side panels produces a very delayed response--25-30 seconds to close them, a few more seconds to enlarge the two images to full size. To reverse the process (i.e., to recall the two side panels), hitting Tab would make the two sides of the screen go black for up to a minute, with no words visible. Eventually the info fields in the panels would open up.
    I also created a new user account and imported a folder of 160 images. After half an hour Compare View began mis-placing data.  (I have a screen shot to show this.)  CANDIDATE appears on the left side of SELECT, whereas it should be on the right. The accompanying camera exposure data appears almost entirely to the left of the mid-screen dividing line. Although the Candidate and Select headings were transposed, the image exposure data was not, but the data for the image on the right was almost entirely to the left of the line dividing the screen in two.
    Gurus in The Lightroom Forum have examined Task Manager data showing Processes running and Performance indicators and they see nothing wrong.  I could also send screen shots of this data.
    At this point, the only way I can process my images is to work 30-40 minutes and then shut down everything, exit, and re-start LTR.  This is not normal.  I hope you can find the cause, and then the solution.  If you would like to see my screen shots, tell me how to submit them.
    Ollie
    [email protected]

  • Query to find out tables using view

    Hi
    I have a views using three tables.Now i wanted a query to find out number of views using three tables
    I have written a query
    select * from dba_views where text like '%SELECT%;
    It is giving me error as ora error EXPECTED NUMBER GOT LONG.
    Appreciate your help?

    SELECT DECODE(referenced_type, 'NON-EXISTENT', '.....',
    referenced_type) || ' ' || referenced_owner ||
    '.' || referenced_name r_name, ' is referenced by: ' ||
    type || ' ' || owner || '.' || name name,
    ' Referenced Link: ' || DECODE(referenced_link_name,
    NULL, 'none', referenced_link_name) r_link
    FROM dba_dependencies
    -- WHERE owner NOT IN ('SYS', 'SYSTEM')
    -- and rownum < 50
    ORDER BY 1,2;
    add your own where clause to it

  • Finder not able to view folders and files on EHD after updating to OS X 10.9.4

    I can see still see 'Hitachi' in the 'Devices' Sidebar, but I am not able to view folders and files on this Hitachi XL2000 2TB FAT32 Hard Drive (EHD) that is USB connected to the iMac below.
    Late 2013 Apple iMac (27-inch Display 2560 x 1440), 3.4GHz Quad-core Intel Core i5, Turbo Boost up to 3.8GHz, 8GB 1600MHz DDR3 SDRAM - 2X4GB, 512GB Flash Storage, NVIDIA GeForce GTX 775M 2GB GDDR5, Magic Trackpad, Apple Wireless Keyboard and OS X 10.9.4 Mavericks
    All was fine until I updated from OS X 10.9.3 to 10.9.4 earlier this week, so now when I double-click on 'Hitachi' it just loads and loads with nothing happening and never displays the folder and file contents of the EHD.
    Also, confirmed that Hitachi EHD has been removed from Spotlight indexing per System Preferences > Privacy > + > Hitachi and it was so this does not seem to be an indexing issue.
    I have used OnyX and Apple Disk Utilities unsuccessfully to try and fix this problem.
    Interestingly, Backblaze online backup still sees the EHD and connecting this EHD to a Win 8.1 PC also sees the EHD.
    Further, I ran the commands below in 'Terminal' to make sure the drive was visible and got the following results which shows that the EHD is not hidden.
    iMac:Applications john$ chflags nohidden /Volumes/Hitachi/
    iMac:Applications john$ GetFileInfo /Volumes/Hitachi/
    directory: "/Volumes/HITACHI"
    attributes: avbstclinmedz
    modified: 07/10/2014 23:26:44
    Finally, I installed XtraFinder and am still not able to see the contents of the EHD, but when I installed OmniDiskSweeper I can navigate the EHD folder tree with no problems and can see the contents of the EHD, but when I try and open up a file it opens Finder which loads and loads and nothing happens.

    Apple Support was quite helpful, but in the end I will wait to do a clean install of OS X Yosemite which is due in the Fall and not try and fix OS X 10.9.4 Mavericks.
    It turns out that I run backups on my '/Users/john/Library' and the size of this folder before the 10.9.4 update was 1.07 GB and after the update it is 806.9 MB which is baffling, but in the end all of these problems should be resolved with a clean install of OS X Yosemite.
    One lesson learned for the future is that I will wait on installing an update until it has been in the wild for awhile as a quick OS X Mavericks Finder Problem search and similar searches show there could be an issue.

  • Trying to find SCA file that contains pagetoolbar and masthead par

    I am trying to find which SCA file ultimately contains the par files:
    com.sap.portal.navigation.masthead,par and
    comp.sap.portal.navigation.pagetoolbar.par
    I have found apintergtaor in EPPSERV par, but cannot locate correct SCA for these.
    ( Iwas thinking maybe EPBC ot EPBC2, but not sure if this is correct)

    Hi Brad,
    In EP-PSERV - com.sapportals.nav.defaultheaderiviews.sda contains the masthead.
    Best Regards,
    Assaf Klieger

  • A view, function and TO_DATE causing an error.

    I have the following statement which calls a view, VW_DIST_RPT_WORK_LIST which in turn calls a function which returns either 'Null' or a date string e.g. '07 Oct 2003' as a VARCHAR2 (alias PROJECTED_DELIVERY_DATE).
    Statement:
    SELECT CUSTOMER_NAME, PROTOCOL_REFERENCE, SHIPPING_REFERENCE, CUSTOMER_REFERENCE, COUNTRY, PROJECTED_DELIVERY_DATE, STATUS, NOTES,
    TO_DATE(PROJECTED_DELIVERY_DATE)
    FROM VW_DIST_RPT_WORK_LIST
    WHERE EXPECTED_DESP_DT IS NOT NULL
    AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%')
    AND EXPECTED_DESP_DT <= TO_DATE('07/10/2003', 'DD/MM/YYYY')
    AND TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') --< Problem here
    I need to be able to specify a date filter on the PROJECTED_DELIVERY_DATE field and hence used the TO_DATE(PROJECTED_DELIVERY_DATE) <= TO_DATE('31/12/2003', 'DD/MM/YYYY') but this is generating an ORA-01858: a non-numeric character was found where a numeric character was expected.
    I think the problem lies with the fact that this field can contain 'Null' which cannot be converted to a date using TO_DATE. I've tried adding a NOT LIKE ('NULL%') statement to catch any nulls which may be creeping in bu this doesn't solve the problem.
    I've added TO_DATE(PROJECTED_DELIVERY_DATE) to the select above to determine if the nulls are being caught and if the TO_DATE in performing the conversion correctly which it is on both counts.
    Any ideas anyone ?

    The answer provided above by Monika will work for this situation. However, you should seriously think whether you should be using a string for date datatype. Ideally, you should rewrite the function that returns PROJECTED_DELIVERY_DATE and change the return type to DATE. The least you should do is to return NULL (instead of the string 'NULL') from the function. Oracle handles nulls perfectly, there is no reason you should write code to handle nulls;
    One more thing. Looking at the type of error you are receiving, it seems that you are using rule based optimizer. Why do I think so? Because, in rule based optimizer, the conditions are evaluated in a specific order (viz, bottoms-up for AND clauses). To show this, look at the following simple demonstration. I did this in Oracle 8.1.6 (also in 9.2.0.4.0 on Windows).
    -- Check the database version
    select * from v$version;
    BANNER
    Oracle8i Enterprise Edition Release 8.1.6.1.0 - Production
    PL/SQL Release 8.1.6.1.0 - Production
    CORE 8.1.6.0.0 Production
    TNS for Solaris: Version 8.1.6.0.0 - Production
    NLSRTL Version 3.4.0.0.0 - Production
    -- Create the test table
    create table test (a number(2));
    insert into test(a) values (0);
    insert into test(a) values (1);
    insert into test(a) values (2);
    insert into test(a) values (3);
    insert into test(a) values (4);
    insert into test(a) values (5);
    insert into test(a) values (6);
    insert into test(a) values (7);
    commit;
    -- See that I have not analyzed the table. This will make use of RULE based optimizer
    select * from test
    where a > 0
    and 1/a < .25;
    and 1/a < .25
    ERROR at line 3:
    ORA-01476: divisor is equal to zero
    -- Look at the query clause. Even though I specifically asked for records where a is positive
    -- the evaluation path of rule based optimizer started at the bottom and as it evaluated the
    -- first row with a=0, and caused an error.
    -- Now look at the query below. I just re-arranged the conditions so that a > 0 is evaluated
    -- first. As a result, the row with a=0 is ignored and the query executes without any problem.
    select * from test
    where 1/a < .25
    and a > 0;
    A
    5
    6
    7
    -- Now I analyze the table to create statistics. This will make the query use the
    -- cost based optimizer (since optimizer goal is set to CHOOSE)
    analyze table test compute statistics;
    Table analyzed.
    -- Now I issue the erring query. See it executes without any problem. This indicates that
    -- the cost based optimizer was intelligent enough to evaluate the proper path instead of
    -- looking only at the syntax.
    select * from test
    where a > 0
    and 1/a < .25;
    A
    5
    6
    7
    Does the above example seem familiar to your case? Even though you had the AND UPPER(PROJECTED_DELIVERY_DATE) NOT LIKE('NULL%') in your query, a record with PROJECTED_DELIVERY_DATE = 'NULL' was evaluated first and that caused the error.
    Summary
    1. Use dates for dates and strings for strings
    2. Use cost based optimizer
    Thanks
    Suman

  • Every time I click a folder arrow to open...finder reframes my window view. And other finder problems

    When using the finder windows sorted either by name or date modifed, when I click a folder arrow, the window reframes to the center (or some other spot) that means I need to scroll back to the folder. When I change an item in a folder when sorted by date modfied, it of course moves to the top, but my window view stays centered where I am, and I have to scroll to the top to find the folder I'm working on. Both situations have the feel of "what I'm working on just dissappeared". I have become used to it, but it is one of the things in Lion that I hate. Is there a workaround...a way to keep the finder window view where it is when I click the open folder arrow, or to reframe to the top if I make a folder change and have the sort set by date modifed?
    Mail behaves in the same manner where the view of read and unread wildly scrolls itself when clicking an unread mail. I have tamed this by creating a smart mailbox of unread e-mail, but it seems to be some system wide preference for an unknown sort view that I would like to fix.
    Also, when I choose the sort by label option in the finder window, all the red pops to the top, but then all the other labels are scattered and not sorted as a for instance...
    Perhaps this is fixed in Mountain Lion?
    Thanks for any help.
    I am preparing to upgrade to Mountain Lion this weekend, but if I have some system problem, I would like to resolve it before I go forward.
    John

    Hello Josegued,
    Thank you for using Apple Support Communities.
    It sounds like you may have a customized keyboard shortcut created. You can take a look at this article to see how to remove it. 
    OS X Yosemite: Create keyboard shortcuts for apps
    Regards,
    Jeff D. 

  • Transaction codes used to find the table(s), query/queries, and joins.

    Hi.
    I would like to learn how to find out which table(s) to use to create a query(ies), how tables are joined and how to create a query. Besides SQVI and SE16, what other transaction can I access? I would like to use SAP query tools that requires no programming.
    Thank you.

    Hi Minerva ,
    Its not Read-only it is Display Autorization only.It will be comes from role what they assign to ur User ID.
    coming to SQVI is  the simple and best way to create SAP query without any Programming knowledge, but u have to know what tables u have to use to get desire o/p.
    check these
    http://www.sap-img.com/abap/what-is-sap-queries.htm
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/44f2b5c7f411d296080000e82de14a/frameset.htm
    Regards
    Prabhu

  • I keep trying to find none on my apple id and it's not there can  someone  help me

    i tried so many times i created aother after another and still can't find the none option on my ipod i need help

    Sounds like yu did not follow the instructions
    Create a NEW account/ID for her using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before. Make sure you specify a birthdate that results in being at least 13 years old
      Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • Im trying to find out were I can go and submit a email to add to all the other people who cannot stand this new maps app. I want the google app back now or they need to make it the exact same. I hate that you have to close it out and redo the whole direct

    Hello. Ive never even wanted to use my time to do this. But this maps app is absolutly discusting. There are a couple cool things but for the most part its horrible. I drive for a living. So I use maps app all the time. This has affected how I do my job. Ill either get a android phone soon if apple doesnt fix this problem. I dont like that you have to redo your directions each time you shut your phone off instead of starting off were your current position is. I dont like that you cant swipe to the next turn you have to make so you can see ahead. I have no use for the 3D option. Thats cool for some and I understand that. But please take it back it to the way the old maps worked but keep the voice navigation. I do like the maps sceem. But people if this is not were I need to post this please let me know. email [email protected] email me people please if you can help me or tell me were to find were I can email apple so they can see this complaint. I dont want to sound like a complainer cause im not. I just dont like this new maps app. I love apple products. IOS is awesome.

    http://www.apple.com/feedback
    They are actively working to improve the Apple Maps app.
    It is extremely unlikely that you will get the Google Maps app back, as the built in app.  Google may release an app one day in the app store.
    You can alos look for other Map apps in the app store.

  • I'm trying to find a plugin for the Strobe and Google DFP (Double Click for Publishers)?

    My boss has asked me to set up preroll ads for a website I'm working on. The company I work for uses DoubleClick or DFP for is Ad Server. I'm still not sure what the difference is.
    Anyhow, after speaking with some developers it was recommended I look at using the Strobe player because there is a DFP plugin available (like Flowplayer) which I didn't find.
    Is there anyone out there that has some experience with this and could point me in the right direction of where to get started.
    Thanks so much in advance,
    Floyd

    Hi there,
    the 4 digit pin is usually default to 0000 or 1111.
    If pairing, it can also be anything you choose, providing that you enter the same 4 digits into both items to pair.
    Good luck!

  • I'm trying to find a support group for Pages and Numbers.

    Thought my post was clear.  I've gone to applications.  All I seem to find are questions re Appleworks (boy, do I miss Appleworks!). 
    What I need help with is the oh so wonderful, easy to use, Pages. 

    Click on https://discussions.apple.com/. Scroll down to the iWork box and click on it. The forums devoted to the iWork apps will be displayed below.

  • HT5548 I pulled my launchpad from the dock bar to the main screen and a little puff of clouds appeared and it disappeared ?? I am now trying to find it, where did it go and how do I get it back?

    I pulled my launchpad icon formt he dock bar to the main screen and a little pop sound and a little puff of smoke appeared on the screedn and it dissappeared.  I want to bring back the launchpad to the dock bar.  Where did it go and how do I get it back on my screen?

    1. It's gone. Shortcuts like it disappear without confirmation when dragged out.
    2. Choose Applications from the Finder's Go menu and drag it back.
    (85989)

  • I cant get my apple id to be verifyed for the "find my ipod" app,Im trying to find it because it was stolen and I need to locate it

    please help

    Are you saying that you never receive the email that Apple sends you to verify the ID.

Maybe you are looking for

  • Canceled Service, and now I want to give my phone to a family member to start service

    Found a spot on the website to do it but it says it's pending. Called Customer Service and it won't let me do anything.  I still owe a past due balance I will pay when I get paid next week but I would like to give my phone to a family member now

  • Can't get my printer working (Lexmark X1130) - Arch 64bit

    I'm not so familiar with AUR and other things, so tell me if I have made a basic fail... I have Lexmark X1130 printer. When I used Ubuntu it worked with Lexmark Z600 drivers (followed this guide. In AUR, I found this package which includes Z600 drive

  • Problem with IN/Decode combination

    Hi, Can we use DECODE function with a query in an IN operator??? e.g select ename, sal from emp where job in (decode(v_job, 'C', 'Clerk', 'S', '''Salesman'''||','||'''Systems Analyst'''||','||'''Software Engr''')); Its not returning me the records in

  • Update NW 7.0 J2EE engine to SP-14 but used NW7.0.1.SP9

    Hello I was asked to update NW 7.0 J2EE engine to SP-14 or higher. However we are using NW701. Eg under SystemInfo of the portal I can see: sap.com/SAP-JEECOR  7.01 SP9 (1000.7.01.9.0.20110512080600) . So do I have to update portal  and if so to whic

  • WebLogic 8.1 JMS/MDB and Trusted Domain

              I have a JMS Topic living in one WebLogic 8.1 domain and a MDB that listens to           this JMS Topic living in another domain. Do I need to configure trusted domain           relationship for both domains?