3.1.2 installation went wrong

hi,
3.1.2 installation went horribly wrong. 3 times in a row actually. and the side effect is apex objects installed all over the place. during the accident apexins installed itself to schemas FLOWS_FILES and partially SYS. can anyone confirm WWV_ objects that should be on FLOWS_FILES and SYS schemas? is there a selective uninstall script that undoes changes?
current problems:
select count(1) from dba_objects where object_name like 'WWV%' and owner = 'SYS'
34
select count(1) from dba_objects where object_name like 'WWV%' and owner = 'FLOWS_FILES'
1094
invalid objects in schema FLOWS_FILES: 112
the cause of this problem ill post later
Simon

The time tag of installation is 20080903 17:30, so be careful while adjusting it to your system. Have tried the scripts 4 times: 3 times on a test machine, 1 went production.
1) SYS objects
set pagesize 0 feedback off verify off echo off termout off;
spool dropsyswwv.sql;
select 'drop ' || object_type || ' SYS.' || object_name || ';'
from dba_objects
where owner='SYS'
and (to_char(created,'yyyymmdd HH24:MI')='20080903 17:30'
and object_name != 'WWV_DBMS_SQL')
and object_name like 'WWV%';
spool off;
clear dropsyswwv.sql from garbage (some extra rows at the beginning and the end).
run @dropsyswwv
2) FLOWS_FILES objects
set pagesize 0 feedback off verify off echo off termout off;
spool dropfileswwv.sql;
select 'drop ' || object_type || ' FLOWS_FILES.' || object_name || ';'
from dba_objects
where owner='FLOWS_FILES'
and (to_char(created,'yyyymmdd HH24:MI')='20080903 17:31'
or to_char(created,'yyyymmdd HH24:MI')='20080903 17:30'
or to_char(created,'yyyymmdd HH24:MI')='20080903 17:32' )
and object_name like 'WWV%';
spool off;
clear garbage and run. run it 4-5 times, because of the dependencies, some objects drop only after the table is dropped.
3) other FLOWS_FILES objects
set pagesize 0 feedback off verify off echo off termout off;
spool dropfileswwv.sql;
select 'drop ' || object_type || ' FLOWS_FILES.' || object_name || ';'
from dba_objects
where owner='FLOWS_FILES'
and (to_char(created,'yyyymmdd HH24:MI')='20080903 17:31'
or to_char(created,'yyyymmdd HH24:MI')='20080903 17:30'
or to_char(created,'yyyymmdd HH24:MI')='20080903 17:32' );
spool off;
clear garbage and run.
SQL's to check for objects that should stay (with date tag):
select *
from dba_objects
where owner='SYS'
and (to_char(created,'yyyymmdd HH24:MI')!='20080903 17:30'
or object_name = 'WWV_DBMS_SQL')
and object_name like 'WWV%';
select *
from dba_objects
where owner='FLOWS_FILES'
and to_char(created,'yyyymmdd HH24:MI')!='20080903 17:31'
and to_char(created,'yyyymmdd HH24:MI')!='20080903 17:30'
and to_char(created,'yyyymmdd HH24:MI')!='20080903 17:32'
and object_name like 'WWV%';

Similar Messages

  • Windows 7 installation went wrong - lost Mac OS X?

    Hello,
    PLEASE BE PATIENT AND READ WHOLE TEXT.
    I went through the windows 7 installation process and i installed windows but unfortunately i can't find my mac os x anymore!
    When i restart and press option key button black screen appears that lasts for 30 seconds (it appears too without pressing).
    I guess that's for choosing the os but there is no any os there! No windows, no mac os x!
    Just black screen for 30 minutes, then Windows starts up!
    When i enter startup and recovery options in windows advanced system settings and look at the table: Choose default OS and click to change to MAC OS X, there is only Windows in it!
    But the time while choosing the os is set to 30 sec, which is equal to the time of black screen that appears after turning on/restarting my Macbook Air.
    When i look at my windows disk C memory it is just as i made with partition! 20 for Windows 7 OS and 26 (or close to it) free in diskc C
    That means my 68 gbs (i left 41 gbs free for mac, and the rest was already used)  are gone somewhere.
    I followed installation guide and instructions very carefully.
    I did partionining properly and didn't cancel anything!
    After restart i chose disk for installing windows just like Boot Camp guide told me!
    Can someone help me to find my Mac OS X or to somehow "factory reset" my Macbook Air!?
    Kind Regards,

    Hello,
    Solved.
    Was pressing the wrong key during the start up. XDDD
    Kind Regards,

  • "Something went wrong" installation issue

    everytime i try to buy CC, and i go to type in my school to get a certain plan, it says "something went wrong on our end" its been doing this for a while now.. help?

    Moving this discussion to the Adobe Creative Cloud forum.
    Lyndseyh27833109 have you tried the process using a different web browser?  If so then please contact our support team directly at Contact Customer Care.

  • Office 2013 - Something went wrong (no kidding)

    New x64 machine running Office Home & Business 2013 x86 OEM.
    Originally, everything was running fine. Installed fine, set up fine, and ran fine. Inexplicibally, user calls stating when running ANY office app, it states "Something went wrong" and would not open (computer was only a few days old, no other
    mods/installations).
    Tried:
    Online Quick Repair (same error)
    Online Full Repar (same error)
    Removal of product via KB2739501 (removed fine, now won't install)
    Now product is removed. Ran FixIt KB2739501 twice and even removed Office folders in programs dir. When attempting to run ClickToRun installer, i get "Something went wrong". Really?
    Tried x86 and x64 ClickToRun, no dice. Currently downloading the insanely massive offiline installer (because for some reason MS bundled x86 and x64 together... totally bright), but don't have any faith. User has been without Office apps for days. Scouring
    net notes MS has a recognized issue with the installer process and licensing, but various fixes that worked for others, doesn't work here.
    Any thoughts?
    Thanks,
    Jeremy

    Hi,
    The first step I suggest is to start Office Apps in Safe Mode, check if the crash will happen.
    Let's take Outlook for example:
    Press Win + R and type “outlook.exe /safe” in the blank box, then press Enter.
    If there’s no problem in Safe Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    If the issue persists in Safe Mode, please go to the Event Viewer, you may find out more information about why the Office apps crashed.
    Press Win + R and type "eventvwr" in the blank box, then press Enter.
    You may learn from http://www.msoutlook.info/question/317
    If now you can't install Office properly, please refer to the KB below:
    Office 2013 or Office 365 installation error "Something went wrong"
    http://support.microsoft.com/kb/2827031/en-us
    Try Fix it in the kb to try again.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • I have been using facetime on my iphone for a while and after the recent, ios update, I cannot seem to use the facetime. What went wrong?

    I have been using facetime on my iphone5 for a while and after the recent IOS update, I cannot seems to use my facetime any longer. what went wrong?

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Sorry, something went wrong and Word was unable to start (6) Office 2013

    Ok this is just so annoying.
    Whenever I try to open Word, it gives the error "Sorry, something went wrong and Word was unable to start.(6)". Other office applications either freeze or crash. Only Excel works fine. Running Win7 64 bit.
    Tried all possible ways of installation/reinstallation. Did repair, uninstalled and reinstalled manually, uninstalled with FixIt from Microsoft, removed every leftover thing from registry. Also removed some other applications that I thought could cause this
    problem for Office. 
    Uninstalled 64 bit Office, and installed 32 bit, same exact problems.
    !!!Don't suggest me to run as administrator please!!!

    Hi,
    According to your description, I suppose that Word 2013 was blocked by some other applications after you opening it.
    Which operation system do you use?  Have you installed the Office 2013 SP1?
    Then, we try to do some tests to narrow down the issue:
    1. Collect the Event log
    http://windows.microsoft.com/en-us/windows/what-information-event-logs-event-viewer#1TC=windows-7
    2. Use the
    Process Monitor to collect the detailed information.
    Open process monitor, and reproduce this issue, if there is any files or keys were blocked during the process.Please let me know,  and you could save as the file from process monitor, upload the file through One Drive and share the link to me. I'll
    analysis it.
    Regards,
    George Zhao
    TechNet Community Support

  • PowerPoint 2013 - We're sorry something went wrong...

    We've recently upgraded to Office 2013 Professional Plus from Office 2010. Our Workstations are Windows
    7 x64 SP1 and this issue is happening on freshly built machines and established installs.
    When a limited user creates a new presentation, launches Slide Show, right clicks and tries to access the "Pointer
    Options" to annotate the slide with a pen or highlighter, they receive the following error and no annotations:
    "We're sorry something went wrong that might make PowerPoint unstable. Please save your presentations and restart PowerPoint"
    This error doesn't appear as an Administrator, so its probably a permissions issue . It also happens on existing opened presentations.
    Office 2013 has been repaired and re-installed without resolving the issue.
    I've tried troubleshooting with Process Monitor to see what files the user doesn't have access to but have come up a blank. There is nothing obvious in the Application or System event logs either. Any other ideas?
    I hope someone can help,
    Cheers
    Tom

    Hi Tom,
    Please try to right-click on Microsoft PowerPoint within your start menu and select "Properties" then navigate to the "Compatibility" tab. Tick the box before "Run this program in compatibility
    for:" and select "Windows 7" from the drop list. Restart PowerPoint to check the result.
    We can also try to open PowerPoint in safe mode to check if this issue is related to problematic add-in. To do this, hold
    Ctrl key when you double-click to open the presentation.
    In addition, some people report that they are able to work around this issue by opening the original presentation and then saving it as a .ppt file (not a .pptx), you may check if it works.
    Please let me know the result.
    Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • When trying to log into my mailbox I can not do so I get an error message saying "something went wrong try later" is the fault at your end?

    I am running Firefox instead of "I E" thinking it was less prone to freezing.
    I have "Bing" as my browser. I try to log into my outlook inbox as I normally do but I get a message on screen saying SOMETHING went wrong please try later, What & by whom?
    It was working earlier now after waiting then trying several times I still cant.
    When I have downloaded "Firefox" it also installs maintenance how do I do such a task when I can not find out where I should do so.
    I went to my Yahoo account to see my newsletter from you, there I am able to install the latest "Firefox"
    thinking that by doing so I could enter my outlook mail BUT NO

    Try the following user tip:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • PowerPoint 2013 - We're sorry something went wrong that might make PowerPoint Unstable

    Windows 7 running Office 2013. Mature installation no recent changes.
    Simple update to ppt file created in 2003 ( using Compatibility mode). Single user edit saving to my documents 
    Error Message "We're sorry something went wrong that might make PowerPoint Unstable" / "Please save your presentations and restart PowerPoint"
    PowerPoint no longer allows me to save any file in any format without this message.
    Actions taken : Restart PowerPoint / Reboots / Deletion of temporary files from C:/Windows/Temp
    Problem persists

    I had this problem with Win81, PowerPoint 2013, pptx file, no system/software changes or updates that could be blamed. Out of the blue working on an existing document, messages as OP wrote started plaguing PPT. Brand new pptx files created with benign random
    text also suffered from this. A save or two within the first 30 seconds of opening or creating the file sometimes went ok, but problem appears inevitably - implicating file lock issue.
    There is remarkably little commonality in resolutions of this on the web, and no resolution from MS. 
    Tried many of the suggestions that can be found - no joy.
    Finally isolated this to the live sync on DropBox.  If DropBox is active (immediately syncing changes in the background), the problem persists. If DropBox is paused, the problem ceases. DropBox does not need to be removed or exited. If unpaused, problem
    immediately starts again. Have not been able to check if other syncing cloud drives have same effect.
    What's disturbing is that the DropBox/PowerPoint combination on this machine has been working fine for 1+ years. Turning off DropBox is not an acceptable solution. Perhaps a silent update of one or the other occurred to cause this. 

  • Sorry, something went wrong and word was unable to start (2)

    I have been using office home and student fine until now when it will not open, at first it would say it was unable to open with error message 40 now it is error message number 2, I have no idea how to open it.
    help please?

    Hi,
    Is the complete error message "Sorry, something went wrong and Word was unable to start. (40)" and “Sorry, something went wrong and Word was unable to start. (2)”?
    I agree with Sunil Shrikant Vyasasamudra. First you can repair Office from Control Panel > Programs and Features, maybe Office installation is corrupt.
    If it doesn’t work, you can try “Fix it” tool in the KB below.
    http://support.microsoft.com/kb/2827031
    If there is anything else I can do for you on this matter, don't hesitate to tell me.
    Best regards,
    Greta Ge
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Updating iTunes 12.1 and get error message "The procedure entry point CMBlockBufferCopyDataBytes could not be located in the dynamic link library CoreMedia.dll - what went wrong and how to resolve this?

    Updating iTunes 12.1 and get error message "The procedure entry point CMBlockBufferCopyDataBytes could not be located in the dynamic link library CoreMedia.dll". What went wrong and how to resolve this?

    Entry point errors can often be fixed by deleting the offending dll, then repairing the component it is part of.
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Strange solution to "Something went wrong trying to install this application."

    Basically the solution was to install
    AIR
    Beta 3 then install the AIR 1.0, copy "Adobe AIR Application
    Installer.exe", "Adobe AIR Application Installer.swf", and "Adobe
    AIR.dll" from the C:\Program Files\Common Files\Adobe
    AIR\Versions\1.0 directory into the AIR beta 3 directory which I
    think was "C:\Program Files\Common Files\Adobe AIR\Versions\1.0.6".
    Then, I associated the .air file with the "airappinstaller.exe"
    executable located in the AIR beta 3 directory. Amazingly, doing
    this allowed me to install the AIR application without any
    problems.
    The problem this addresses is getting the message "Something
    went wrong trying to install this application." every time I tried
    to install an AIR application. The exact error message is below. I
    assumed that I was having problems because I had installed an AIR
    beta in the past. I'm not for sure on that though. The AIR
    installer log seemed normal. At least there were not any error
    messages that I could see. The AIR application installer log did
    not output any data for me. I followed the instructions from
    this
    blog on setting up the installer logs.
    Here is the error message:
    Adobe AIR
    Something went wrong trying to install this application.
    Please install the latest version of Adobe AIR from
    http://www.adobe.com/go/getair
    and then try again.
    OK
    ---------------------------

    Basically the solution was to install
    AIR
    Beta 3 then install the AIR 1.0, copy "Adobe AIR Application
    Installer.exe", "Adobe AIR Application Installer.swf", and "Adobe
    AIR.dll" from the C:\Program Files\Common Files\Adobe
    AIR\Versions\1.0 directory into the AIR beta 3 directory which I
    think was "C:\Program Files\Common Files\Adobe AIR\Versions\1.0.6".
    Then, I associated the .air file with the "airappinstaller.exe"
    executable located in the AIR beta 3 directory. Amazingly, doing
    this allowed me to install the AIR application without any
    problems.
    The problem this addresses is getting the message "Something
    went wrong trying to install this application." every time I tried
    to install an AIR application. The exact error message is below. I
    assumed that I was having problems because I had installed an AIR
    beta in the past. I'm not for sure on that though. The AIR
    installer log seemed normal. At least there were not any error
    messages that I could see. The AIR application installer log did
    not output any data for me. I followed the instructions from
    this
    blog on setting up the installer logs.
    Here is the error message:
    Adobe AIR
    Something went wrong trying to install this application.
    Please install the latest version of Adobe AIR from
    http://www.adobe.com/go/getair
    and then try again.
    OK
    ---------------------------

  • Something Went Wrong Trying to install...

    I haven't every been able to get AIR to work on my laptop
    since it was called Apollo, but I got a bunch of cool links to
    stuff at MAX that I wanted to try out, so I uninstalled the AIR
    Runtime I had, rebooted, installed AIR 1.5, and now all attempts to
    install AIR applications com back with the dreaded "Something Went
    Wrong Trying to install this application." error.
    I'm running Vista Home Premium, and I did run into a problem
    where the HKLM/Software/Classes/.air keys were locked, and after
    wrestling with the Registry permissions, I managed to clean that
    up, so the installer now seems to be creating and deleting those
    keys properly. However, I'm still getting this "Something Went
    Wrong" error.
    I've created .airappinstall.log and .airinstall.log files in
    my home directory, but the .airappinstall.log file remains empty.
    The .airinstall.log file shows a successful install of the AIR
    runtime.
    I've got several .air files that I've downloaded and saved to
    my computer, and these seem to suffer the same problems as if I
    were using the "Badge" installations online.
    If I uninstall the AIR application, and then use a Badge
    install to install both the application and the runtime, both
    successfully install. However, any subsequent application installs
    fail with the same "Something went wrong" message.

    Do you have Vista 64bit?
    Does this look like your problem?
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=75&catid=697&threadid =1406474&enterthread=y

  • Still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs? by stephenftlaud

    still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs? bystephenftlaud

    Hi,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Open Console in Applications>Utilities & see if there are any clues or repeating messages when trying to open CS2.

  • Still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs?

    still running adobe cs2 on leopard. but now get unexpected quit msg. and wont launch. any chance that when i installed then uninstalled GENIEO yesterday something went wrong? how to fix? can i reinstall cs2 from original discs?

    Hi,
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    Open Console in Applications>Utilities & see if there are any clues or repeating messages when trying to open CS2.

Maybe you are looking for