How to skip database JOBS during export &  import ?

1) Is there a way to skip database jobs while exporting (EXPDP) ?
2) Is there a way to skip database jobs while importing (IMPDP) ?

johnpau2013 wrote:
1) Is there a way to skip database jobs while exporting (EXPDP) ?I forgot where, but I have clipped following from some blog, that helped me with this question in the past. You may want to add more filters for schema as well ...
#exclude scheduler jobs from expdp
exclude=procobj:"IN (SELECT NAME FROM sys.OBJ$ WHERE TYPE# IN (47,48,66,67,68,69,71,72,74))"
>
2) Is there a way to skip database jobs while importing (IMPDP) ?You can use exclude from above, or if your exclude file already does not contain scheduler/jobs, then you can do skip the exclude. do test before running on prod, it worked for me doesnt mean it will work for you 100%.
Raj

Similar Messages

  • How to skip the job during 12.1.1 upgrade automatically

    Hi All,
    We have completed our upgrade to R12.1.3 from 11.5.10.2 and during the upgrade process we have come across a worker failure for MSDOPDCODE.sql as below
    ERROR at line 1:
    ORA-33292: Insufficient permissions to access analytic workspace APPS.ODPCODE
    using the specified access mode.
    ORA-06512: at "SYS.DBMS_AW", line 67
    ORA-06512: at "SYS.DBMS_AW", line 131
    ORA-06512: at "SYS.DBMS_AW", line 977
    ORA-06512: at "SYS.DBMS_AW", line 930
    ORA-33262: Analytic workspace APPS.ODPCODE does not exist.
    ORA-06512: at "SYS.DBMS_AW", line 901
    ORA-06512: at "APPS.MSD_AW_LOADER", line 10
    ORA-06512: at line 3
    and we had skipped the worker. We are thinking of a way to automate this process for the next round of upgrade by updating the upgrade driver, but we when we checked the driver, we see these lines only
    $>grep MSDODPCODE.sql u_merged.drv
    copy msd patch/115/sql MSDODPCODE.sql 120.14
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUT.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUTINFO.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCESSRWLIB.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSDIMS.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSGRP.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVEFOLDER.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYCATAL.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYENTRY.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYERROR.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYFORMU.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETCO.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETVA.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYTEXT.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDADDASGENTRY.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBCAT.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBENTRY.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBPROP.sql
    # file-version-parsed msd patch/115/sql MSDODPCODE.sql 120.14
    # noexec msd patch/115/sql MSDODPCODE.sql
    $>
    So, I didn't see any specific line which is executing the sql. Can you guys suggest a better aproach to automate this process?
    Thanks

    965417 wrote:
    Hi All,
    We have completed our upgrade to R12.1.3 from 11.5.10.2 and during the upgrade process we have come across a worker failure for MSDOPDCODE.sql as below
    ERROR at line 1:
    ORA-33292: Insufficient permissions to access analytic workspace APPS.ODPCODE
    using the specified access mode.
    ORA-06512: at "SYS.DBMS_AW", line 67
    ORA-06512: at "SYS.DBMS_AW", line 131
    ORA-06512: at "SYS.DBMS_AW", line 977
    ORA-06512: at "SYS.DBMS_AW", line 930
    ORA-33262: Analytic workspace APPS.ODPCODE does not exist.
    ORA-06512: at "SYS.DBMS_AW", line 901
    ORA-06512: at "APPS.MSD_AW_LOADER", line 10
    ORA-06512: at line 3
    and we had skipped the worker. We are thinking of a way to automate this process for the next round of upgrade by updating the upgrade driver, but we when we checked the driver, we see these lines only
    $>grep MSDODPCODE.sql u_merged.drv
    copy msd patch/115/sql MSDODPCODE.sql 120.14
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUT.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDABOUTINFO.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCESSRWLIB.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSDIMS.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACCMSGRP.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVEFOLDER.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYCATAL.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYENTRY.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYERROR.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYFORMU.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETCO.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYRETVA.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDACTIVITYTEXT.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSDADDASGENTRY.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBCAT.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBENTRY.sql
    sql msd patch/115/sql MSDODPCODE.sql none none none sqlplus &phase=dat checkfile:msd:patch/115/sql:MSD__OBPROP.sql
    # file-version-parsed msd patch/115/sql MSDODPCODE.sql 120.14
    # noexec msd patch/115/sql MSDODPCODE.sql
    $>
    So, I didn't see any specific line which is executing the sql. Can you guys suggest a better aproach to automate this process?
    Thanks
    Please see (Patch 6678700 Worker Fails On Applying MSDODPCODE.sql With ORA-33292 Insufficient Permissions To Access Analytic Workspace APPS.ODPCODE; ORA-33262: Analytic workspace ODPCODE does not exist. [ID 1054417.1]).
    You should not skip the worker unless you are instructed to do so by Oracle Support. Please run "sqlplus -s APPS/***** @<Path to $MSD_TOP>/patch/115/sql/MSDODPCODE.sql" manually after fixing the issue as per the doc and check then.
    Thanks,
    Hussein

  • How do you produce both Customs Export & Import documentation in an STO?

    Hello All -
    How do you produce both Customs Export & Import documentation in an STO scenario? For instance, if a company would like to create a STO in SAP to move materials from one plant to another and would like to produce both the Export & Import paperwork in GTS, what documents would be needed in R/3 to make this possible?
    Would the following be needed, or is there some other way?
    - STO
    - Outbound Delivery & F8 Invoice to generate the Customs Shipment in GTS for the Export documentation
    - Inbound Delivery to generate the Customs Declaration in GTS for the Import documentation

    Thanks Sameer -
    Yes, for the Import documentation, I think we will be declaring prior to Goods Receipt, so we will first use the Inbound delivery, and then the GR document later on once the materials have been received. (I believe you and I were talking about some of this in another thread actually.) Thank you for confirming this.
    As for the Note, I have also seen this - but thought that this was to more or less give visibility to the sending plant up-front at STO of what export licenses might be needed. (According to the note, currently they would only be able to check if licenses were needed at the outbound delivery, and not on the PO)
    Per the note: "Given a Stock Transport Purchase Order scenario: Plant A in Germany issues a STO PO against vendor plant US10 in the US. GTS looks at the PO in terms of importing from the US (departure country) coming into Plant A in Germany and performs compliance checks. Meanwhile, exporting plant US10 only has visibility at outbound delivery creation to see if am Export License is needed. Exporting plant US10 may want to know if they need a license to the country of destination, in this case Germany, at STO PO creation."
    However with the proper country-level export/import activation of the legal regulations, I believe that you can still have the STO check export-related licenses even though it is mapped to GTS as IMPORD. I have done some testing on this and it appears to work (you just need to ensure that you are activating the relevant countries for export/import properly in the legal regulation, and you can have both export & import documents check the same legal regulation and deliver the correct license determination). I was just wondering if you had any experience with this that was contrary to what I have found, or if there is something you think I am missing..
    Thanks

  • Error during export & import of rules in RAR 5.2

    Hi all,
    We followed the steps mentioned in exporting & importing the rules as per the Config guide. But we
    are receiving the below error during the import of rules. Can anybody please throw a limelight on why this error message is appearing?
    "Error in Table Data ==> VIRSA_CC_CRPROF
    SQL==>Insert into VIRSA_CC_CRPROF(VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS)Values(??????)
    Record==>D VIRSA_CC_CRPROF null"
    We also ensured that the downloaded file is not truncated and saved it in a separate folder. Does the file needs to saved in ANSI or Unicode text? We saved in ANSI
    Also the background ground job is not getting scheduled automatically during the import of ruels. Is that due to the above error?
    Thanks and Best Regards,
    Srihari.K

    Hello Sri,
    background job for generating the rules won`t be scheduled before you upload the file successfully.
    The most obvious reason for this error message is that you have line in your file - in table VIRSA_CC_CRPROF that is corrupted. Make sure all lines from table VIRSA_CC_CRPROF have all predefined fields - (VSYSKEY,PROFILE,RULESETID,RISKLEVEL,STATUS).
    If you keep hiting this problem just delete this table, after the upload you`ll add the critical profiles manually - I bet you don`t have many of them.
    Also from my experience I always choose to save the downloaded file in UNICODE UTF-8 format.
    Once the file is saved in other format, there`s no use of it, download it again and save directly in Unicode.
    Make sure you don`t have empty fields, even in the fields where you don`t have values, you must leave space, otherwise you`ll keep hitting the same issue.
    Regards,
    Iliya

  • Can I use create a job to export/import?

    I want to export database on regular basis, is there a way to do that by a job? If yes, how?
    Thanks in advance.

    A few reasons-
    By default, exports are not transactionally consistent, so you can end up with children records, for example, that point to parents that don't exist in the export file. You can set consistent=y when you export, but that requires a lot of rollback if people are using the database at the time.
    If you are doing exports as your sole means of backup, everything since your last export is at risk-- if there is a failure, you will lose that data. Generally, you want to be able to recover a production database without the loss of any committed data.
    If you are using exports, you cannot restore the database to a point in time (other than when the database was last exported).
    Exports do not scale very well. If you are doing hot backups, you can back up only incremental changes. If you are exporting, you have to get everything or nothing. As the database size grows, exports get more and more expensive and take longer and longer to run.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Need help with database migration using export/import

    Hi,
    I am planning to do a database migration from 8.0.6 to 10.2.0.4. I am using export/import. Please answer some of my queries:
    1) Do i need to do full export using SYS/SYSTEM user.
    exp80 system/manager file=c:full.dmp log=c:\full.txt full=y consistent=y
    2) Will there be any data corruption while export.
    3) Is export/import the only method of migration/upgradation.
    Please help
    Thanks.

    I'll answer the specifics that I know about your questions, but please look at the post from Srini for additional info:
    1) Do i need to do full export using SYS/SYSTEM user.
    exp80 system/manager file=c:full.dmp log=c:\full.txt full=y consistent=yA full export will move as much information (metadata/data) as possible. In order to do a full export/import, you need to do this from a
    privileged account. A privileged account is one with EXP_FULL_DATABASE for export and IMP_FULL_DATABASE for import.
    2) Will there be any data corruption while export.The data in the objects that you are exporting is being read, nothing is written to user data. I'm not sure what this is available in 8.0.6,
    but if you need a consistent export, look to see if consistent=y is available in 8.0.6. All this means is that the dump file created will have
    consistent data in it.
    3) Is export/import the only method of migration/upgradation.If you are changing hardware, the only supported way from 8.0 to 10.2.0.4, that I know of, is using exp/imp.
    Hope this helps.
    Dean

  • Keywords & categories go missing during export & import

    I noticed that when exporting & importing a service, the keywords & categories are kept in the imported service, but disappeared from the exported one. Is that how it should work, or is there an error?
    Thanks / Christine

    Hi, I wonder if anybody else has experienced this? Is it a general issue or is it only us - probably due to erroneous setup? I sincerely  someone, or at least newScale is able to give me an explanation.
    I use the export & import functionality because it saves time not having to enter the same information or do the same setup twice. But then you have to spend time re-entering all the keywords & categories, which is really a waste of time and doesn't make sense. Additionally, unless you realise & do the necessary, all the services from which you 'copied from' are left without keywords & categories.
    Thanks.

  • Isssue during export/import

    Hi,
    I am getting the following error during import
    IMP-00058: ORACLE error 1502 encountered
    ORA-01502: index 'YYY.XXX_PK'or partition of such index is in unusable state
    Please suggest me the solution.
    Thnanks,

    After the import rebuild the index.
    During the import your index become unusable state.
    Regards
    Asif Kabir
    Handle:      user10124609
    Status Level:      Newbie
    Registered:      Nov 24, 2010
    Total Posts:      18
    Total Questions: *6 (5 unresolved)*
    -- mark your helpful post as correct/helpful and close all the answered threads.

  • I need information on how to install and execute the export/import utility

    Hi there,
    I am migrating an application from Weblogic 10 to Weblogic 10.3. I need to import a desktop from a .portal file in Weblogic 10.3. I know how to do the process of installing and executing this tool in WebLogic 10, but I don't know how to do it on the 10.3 version, because it's different and I haven't found any information about this process on the internet.
    Could you please tell me what do I have to do? or give me a document that can I follow the steps from?
    Thanks & Regards
    Franco Utreras.

    Hi Franco,
    If you will post your Query in http://forums.oracle.com/forums/forum.jspa?forumID=573 (WebLogic Portal Specific Forum)...then you may get more Accurate, Quick and Experties Answers.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com  (WebLogic Wonders Are Here)

  • (WebLogic 10.3)how to install and execute the export/import utility (xip)

    Hi there,
    I am migrating an application from Weblogic 10 to Weblogic 10.3. I need to import a desktop from a .portal file in Weblogic 10.3. I know how to do the process of installing and executing this tool in WebLogic 10, but I don't know how to do it on the 10.3 version, because it's different and I haven't found any information about this process on the internet.
    Could you please tell me what do I have to do? or give me a document that can I follow the steps from?
    Thanks & Regards
    Franco Utreras.

    Do you mean how to create a new desktop portal or propagation?
    Creating desktop
    [http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/portals/creating_staging.html#wp1018386|http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/portals/creating_staging.html#wp1018386]
    Propagation
    [Using Workshop Propagation Tool |http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/prodOps/propTool.html]
    [Using ANT|http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/prodOps/scripts.html]
    AFAIK, the upgrade is pretty straightforward and I've done it before using the documentation available at [http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/upgrade/upgrade_process.html#wp1065081|http://download-llnw.oracle.com/docs/cd/E13155_01/wlp/docs103/upgrade/upgrade_process.html#wp1065081]
    Cappa

  • VBA and RFC - How to deal with tables in export/import parameters

    Hi,
    maybe one of you can support me...
    I have a couple of vba modules reading and writing data to SAP by means of function modules. As usual, they use export and import parameters as well as tables (in the table section). They work very well.
    Now, I want to execute some newer function modules and they don't use tables in the table section (because they're obsolete nowadays), instead they expect the tables as export resp. import parameters. I tried it in a couple of ways, without any success.
    Has anybody tried this before? And if so, do you mind share some snippets?
    Best regards, Thomas

    Hello Thomas,
    I think we discussed the same problem here, but unfortunately without any result. Please, take a look at this post and let us know.
    Cheers
    Stefan

  • How to skip the update during start up of my new playbook

    Hi... I just purchased my a new playbook and it is very frustrating... and disappointing... cause I need it wifi to get it started... After i managed to go to a cafe and get Wifi it was even more frustrating... since I had to update the software which is nearly 300MB... which I could not download since it was slow and getting disconnected... I wish blackberry gave smaller updates... or an option to skip the update... cause it 7 days since I have got my new playbook and yet not been able to use it... I would not recommend my friends to go for it since its been disappointing is there any other way to get it started or easier way to update the software... since its frustrating having it and not being able to use it.. Please help me with the problem Regards Rahul

    The update process is to ensure you have the latest OS on it.
    I dont know of a way to get around it at this time.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

  • How to keep true black during export?

    Hi!
    I cannot figure out how to keep my true blacks when I export using Adobe Media Encoder... It always seems to boost my blacks to 7.5 ... But I want my blacks to stay at 0.
    How do I do that?
    I tried different exports... like Quicktime for instance. But they all do the same.

    Hey Craig --
    I think I undersand what's going on: You say this happens with all formats (not just QT), right? This is because Premiere always maps RGB 0-255 <-> YUV 16-235.
    Any exports via AME force an intermediary RGB conversion -- even if the output is YUV (MPEG2, H.264).
    I'm not sure about QT but in Video for Windows (like .avi) the RGB->YUV transformation is handled by the codec, not the interface.
    Many DV codecs for example (Matrox, Canopus, Cedocida) allow you to choose the way these range conversions are handled. It Matrox parlance, there is "Standard" (16-235) and "Expanded" (0-255).
    The only way I've found to preserve the full range of YUV sources (including superwhites and superblacks) from Premiere is to export with DebugMode FrameServer in YUY2 mode. The caveat here is that sources that are RGB (or made to be RGB by applying filters) will always be scaled to 16-235 when output as YUV.
    In some ways none of this matters: MPEG2 DVD, for example, should always be limited to this range. Furthermore most media players, etc. will convert YUV 16,235 <-> RGB 0,255 also, so it should appear correctly on playback in any case.
    Does this make sense?

  • How to skip password demands during DB creation with shel scripts from DBCA

    When Generating a Database automatically with scripts from DBCA passwords are asked 2 times 1 at begining and 1 at ora.ini DB initialization.
    Should I replace lines like
    connect "SYS"/"&&sysPassword" as SYSDBA
    with the real password since its a public password for testing databases.
    P.S.
    If such small questions are not apropriate and a burden to the cmmunity you may inform me.
    Till now if I can't find something on common search keywords, I add it, believing its a contribution to the Oracle communities knowledge base

    I found the solution. As MarkDPowell pointed out, the input prompt happens cause of ACCEPT so have to comment it out.
    And I can pass my own public password as a variable with DEFINE - http://docs.oracle.com/cd/B10501_01/server.920/a90842/ch13.htm#1008884
    P.S.
    I try not leaving non-Answered threads.

  • How to stop joint stereo during mp3 import when it's not selected.

    I use iTunes to manage my mp3 purchased from other music stores (tracsource, etc).  For some reason, iTunes changes my file from stereo to joint stereo even though joint stereo is not selected.  I have searched the web for days prior to this post with no success.  I understand all of the reported benefits of joint stereo but prefer to not have my files altered in any way.  Is there any way to disable completely?  Any information is appreciated.
    Thanks.

    This is very helpful and assists with narrowing down my issue.  I am converting vinyl to mp3 using a digital recording device (M-Audio Microtrak II).  From there, I am moving the files to iTunes.  It is possible that this device is encoding as joint stereo but all of the specification read stereo.
    I will continue to narrow down the source.
    Thanks again!

Maybe you are looking for

  • Facing issues in Payables Open Interface Import Program

    Hi, We have a requirement of calling Payables Open Interface Import Program from Pl/sql package. Invoices are getting created. But the issue is when we query our invoice from invoice workbench and we try to view  the record history (help->record hist

  • How do I take my iPod out of "Recovery Mode" without restoring to factory settings?

    (iPod 4th Gen, Windows 7) I hadn't synced my iPod touch for a long time, because just before Christmas, my antivirus stopped working on my laptop, and I got a virus. I was unable to do anything. Because of my circumstances, I wasn't able to get my co

  • Body Width Quirk I Need Possible Suggestions On

    Hi, I hope I can explain this clearly so someone can help me.  I'm very familiar with the footer and page controls in Muse.  I've made a quick and dirty mock-up of a site: http://hissign.com/newdevelopment/footertest The above mock-up is just somethi

  • What is the best way to add a blog to a flash site?

    I am just about wrapping up the construction of my site and I am left with my last small project--a blog.  I would like the site and the blog to run on the same parent site and to be as uniform as possible.  What would be the best way to do this?  I

  • Installed FF7 but keeps saying ver3 even after uninstalling and reinstalling FF7

    was having problems with firefox crashing alot--had auto updates on--checked ver and said was ver3.6 whoa, installed ver7 and ran after install. but after closing and opening again would go back to ver3.6 so uninstalled fire3fox completly even bookma