Remove SID

While installing the Oracle DB 10g Standard on Windows XP, created a general purpose database orcl(name = orcl SID = orcl). Then I uninstalled the orcl database for some reason. Now I reintall the database and try to create the database with the same name of orcl. The system does not allow so. It indicates the SID orcl is in existent.
How can I delete the old SID orcl from the system?
Thanks.
Scott

Hi,
All Oracle binary are into %ORACLE_HOME%\bin.
Execute regedit, ORACLE_HOME is defined here :
HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME0 (or 1...)Nicolas.

Similar Messages

  • How To Remove SID

    Hello
    i hv installed 2 to 3 times Oracle 9i and each time during installation i hv to give new SID.
    I have Deinstalled it before Installation if installed. Some Services of Oracle are removed but not all. I hv restarted after deinstalled. My Question is How to remove services and also where SID is stored. I hv also checked Registry of system and remove the registry also. Plz Help me.

    use ORADIM
    in command line, type
    ORADIM -DELETE -SID <SID>
    you may also want to clean up the registry and corresponding files
    (ref: Link: [http://oracle-study-notes.blogspot.com/2007/09/oracle-10g-on-windows-recreating.html])
    for registry:
    1. Go to Start -> Run -> type regedit.
    2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OracleDBConsole<SID>.
    3. Delete OracleDBConsole<SID> key (hit delete).
    for files:
    1. Navigate to %ORACLE_HOME%\DomainName_SID directory and remove it.
    2. Navigate to %ORACLE_HOME%\oc4j\j2ee\OC4J_DBConsole_DomainName_<SID> directory and remove it.
    3. Reboot the server.
    4. Verify that OracleDBConsole<SID> is not listed in Windows Services.
    Zaiming
    Edited by: user10318556 on 23-Sep-2008 20:13

  • Removing SID for new installation

    Hi,
    Currently I have 10g installed on my windows 2003 server.
    I want de install the existing instance and would like to install 11g with the same SID.
    How can I remove the SID of old instance?
    Can I issue the following before deinstall of the database?
    ORADIM -DELETE -SID <SID>
    Thanks,
    Kavitha

    Pl see these links
    http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/deinstall.htm#CIHDGGJJ
    MOS Doc 124353.1 - WIN: Manually Removing all Oracle Components on Microsoft Windows Platforms
    HTH
    Srini

  • Remove 'Side Navigation link' in oracle irecruitment manager

    Hi everyone,
    I have repeated tried to remove a Side Navigation Link container holding: New Vacancy and New Offer Link in Oracle iRecruitment Manager.
    Responsibility: iRecruitment Manager, I want these two links disable, i have tried rendering it False but nothing.
    How do I disable this region so that it does not show, please help.
    Cheers,

    Hi
    i already see that file
    above is my file
    is it correct to disable the link
    can u see my script and tell me anything if im not correct
    plz help me for this
    Edited by: ARYABRAHMA on Feb 4, 2013 10:06 PM

  • Can I buy the removable side panel for mac Pro

    Does Apple sell side panel for the MacPro (early 2009) ?

    You can get it at eBay.
    http://www.ebay.com/itm/Apple-MAC-PRO-A1289-Early-2009-Side-Access-Door-Panel-Co ver-922-8902-GRADE-B-/360690244025?pt=US_Computer_Cases&hash=item53fad059b9
    http://www.ebay.com/itm/Mac-Pro-Access-Side-Panel-922-8902-Early-2009-Mid-2010-9 22-8902-/161100541251?pt=LH_DefaultDomain_0&hash=item2582572d43

  • Regular expression to remove SIDs from list

    Hey everyone so I have a script and in it I try to find the current user, as well as the last user. Currently I'm using a regular expression to throw the System account SIDs and other things like that out of the list. However this doesn't seem to be taking
    SQL SIDs out of my list ie. ReportServer$LOCAL with the SID S-1-5-80-4264962431-3932693095-1576469926-235475122-2208986020
    What's the best way to get only user SIDs?
    Here's what I have so far:
    $Win32User = Get-WmiObject -Class Win32_UserProfile -ComputerName $Computer
    $Win32User = $Win32User | Where-Object {($_.SID -notmatch "^S-1-5-\d[18|19|20]$")}
    $Win32User = $Win32User | Sort-Object -Property LastUseTime -Descending
    $LastUser = $Win32User | Select-Object -First 1
    When I can this it breaks since there is no actual user tied to this SID:
    $UserSID = New-Object System.Security.Principal.SecurityIdentifier($LastUser.SID)
    $User = $UserSID.Translate([System.Security.Principal.NTAccount])
    Thanks for any help!!

    Start cmd.exe as your domain user and run whoami /user to get your own SID. You will get something like this:
    USER INFORMATION
    User Name SID
    ========================= =============================================
    DEMOSYSTEM\CustomAccount1 S-1-5-21-3419697060-3810377854-678604692-1000
    The last part of the SID, in this case 1000, is called RID. When you create a new user or computer object in your domain, only the RID will be different from your own SID. The RID starts on 1000 and increments as you create new objects.
    If you are only interested in user accounts from the same domain as your user, you can use a regex like this, only based on your own SID:
    $_.SID -match '^S-1-5-21-3419697060-3810377854-678604692-[\d]{4,10}$'

  • How do I remove side bar and go back to tabbed browsing across the top of the screen?

    I update firefox and was asked how I wanted tabs displayed. I orignally had new tabs opening across the top of the screen but changed a setting so they came up on the sidebar. I want to go back to tabs across the top of the screen but can't find how to do this.

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.1 r82
    # Next Generation Java Plug-in 1.6.0_14 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Sapmmc shows sid .exe as one of the process in RED

    Hello,
    I have upgraded SCM 5.0 to SCM 5.1.
    After upgrade, its sapmmc shows one additional process "<sid>.exe" , which remains in RED even after successful start.
    SAP system starts & works perfectly and there is no error in sm21.
    OS - Windows 2003 x64
    DB - MS SQL 2005
    Pls help me to remove <sid>.exe process from sapmmc. or how to make it green.
    Thanks.

    Hello all,
    This error has been removed.
    Solution:
    check the log
    \usr\sap\<sid>\DVEBMGS00\work\sapstart.log
    (create process failed)
    check the start profile
    \usr\sap\<sid>\sys\profile\START_DVEBMGS_hostname
    statement : Start_Program_05 = immediate$(DIR_EXECUTABLE)\$(_DB) <sid>
    this statement was calling <sid>.exe file in sapmmc during sapstart.
    removed this statement from start profile.
    start the sap, now it is not having <sid>.exe process in process list
    all 3 processes are in green now.

  • Can you remove Firefox Scroll Bar ....[Solved]

    In Firefox I am looking for a way to remove side scroll bar
    Is this possible?
    Did have a quick google but only came up with tab scroll????
    Last edited by Mr Green (2008-12-20 20:55:47)

    Mr Green wrote:it does remove scrollbar but you lose mouse wheel scrolling ;-(
    I use the following…
    /* hide vertical scrollbar */
    notificationbox {
    overflow-x: hidden;
    browser[type="content-primary"], browser[type="content-targetable"] {
    overflow-y: scroll;
    margin-right: -12px; /* 12px == width of my scrollbar */

  • How can I get on the internet with my newly purchased used G5 Power Mac if my ethernet port failed?

    We just bought our son a used G5 Power Mac, but when we got it home and tried to hook it up to the internet, no luck. We changed ethernet calbes, tried plugging directly into wall cable (by-passing router), even tried to do manual config, but no luck. I took it to the Genius Bar today and they said the ethernet plug was broken, and they did not have anything for a "vintage" machine like this.
    The Genius Bar tech told me to buy a USB Network Adaptor, however no one (Best Buy, Radio Shack, even searched the internet) seems to have them for Mac. What can I do to get this puppy connected to the internet and how much would it cost? Did we get screwed?
    Here is the seriel # + info that the seller gave us:
    Seriel # G8******QPM
    Mac OS X 10.5.8 (9L31a)
    < S/N Edited By Host >
    The Powermac G5 Dual Core 2.3 is powered by a "dual core" 2 GHz PowerPC 970MP (G5) processor with dual optimized AltiVec "Velocity Engine" vector processing units (one per core), four double-precision FPUs (two per core) and a 1 GHz frontside system bus. It 's configured with 4 GB of DDR SDRAM, a 160 GB (7200 RPM) Serial ATA hard drive, a 16X dual-layer "SuperDrive"
    Connectivity includes USB 2.0, FireWire "400" and "800", Two DVI port, optical digital audio in/out, two independent Gigabit Ethernet ports. All of the "multiple core" equipped Power Macintosh G5 models have three open PCI-Express (PCIe) expansion slots. The Power Macintosh G5 Dual Core 2ghs uses an easy-to-upgrade "anodized aluminum alloy" case with a removable side panel for easy access to internal components. Likewise, it is divided into four different thermal zones with nine computer-controlled fans for optimum cooling. 

    Sorry, the 2ndlink should be...
    http://eshop.macsales.com/item/NewerTech/MXP2802NU2C/
    Fully Mac OS X supported with with on-screen
    menu set-up and full user manual.                   
    http://eshop.macsales.com/item/Asus/USBN10/
    OS Support Mac 10.4/10.5/10.6
    I don't have those exact models, but have seen others here use them.

  • Cleanliness and operating temperatures

    I've harped on the need to occasionally evict the dust bunnies from computer cases for cool running. I have some hard data now.
    In a bunch of stuff from my Dad's estate, I found a dual-read digital thermometer. It reads the temps at its case, has a long wire with a remote sensor, and is accurate to ±0.1°F. Useful for indoor/outdoor applications, but also for sensing what's going on with a computer's internal temps.
    I was going to "sticky" the remote sensor on the heat sink but, being lazy, just stuck it in the main exhaust vent instead. I put the thermometer case on the desk next to my mini-tower's air intake on the removable side panel.
    I ran it for several weeks, monitoring the readings. There is a natural temperature gradient of exactly 1 degree between the desktop and the remote sensor when the computer is off and completely cooled down. The most taxing program I have, X-Plane, is a hog. It needs every bit of the 640MB RAM I have, pushes the processor to the max, and eats up 95 percent of the 128MB VRAM on my vidcard. Until yesterday, the difference between air in and air out (taking off the 1 degree gradient) while running X-Plane was 12-13°F, and 10-11° running more mundane programs.
    Yesterday I had the computer partially open to test another hard drive and noticed the side panel's air intakes had a fair bit of dust stuck in the holes. A quick vacuuming removed the fuzz; I made no attempt to clean the remaining air channels as I didn't have time to dismount all the other innards.
    Today, the Beige does routine tasks like running mail and browsing with a 7° difference. With X-Plane running for a hour, the difference is now 8-9°F.
    The point is that even a cursory mucking out of only one intake vent reduced the exhaust air temp a measurable amount. The removable side panel is the main intake, and it was getting clogged.
    Other areas that should be cleaned yearly are the baffle in the MT model, and the plastic plenum in front of the main 120mm fan. The fan should also be cleaned, as a build-up of dust on the blades can reduce the rotation speed.
    The morale: clean is cool.
    Allan
    PS: if you computer is really dusty inside, I recommend cleaning it in the garage or on the porch. I cleaned mine once on the kitchen table and spent a couple of days in the doghouse after cleaning the mess I made!

    Quote
    Originally posted by Zachdude
    I was wondering what the temperature at which the motherboard cut power to the CPU was for a K7N2-Delta L?
    Anyone care to take a stab at the first question?

  • Monitoring script

    I created a monitoring script which would run from crontab....Would anyone tell me how I would export Oracle SID in crontab script instead of hard coded it. Thanks.

    I do some simple checks for correct number of arguments using "if [[ $# -lt 1 ]]; then..."
    This is very simple and doesn't confirm that the arguments are valid.
    Example:
    if [[ $# -lt 1 ]]; then
      print "\n ERROR:  You did not specify an Oracle SID."
      print "\n Please enter which Oracle SID to import into. \n"
      exit 1
    else
      echo "\n  ORACLE_SID = $1 \n"
      echo "Do you wish to continue? \n "
        read REPLY
         case $REPLY in
            y|Y) echo "\n test good \n";;
            n|N) echo "\n exiting... \n"; return 1;;
            echo "Invalid response (Bozo).  Exiting..."
            echo ""
            return 2;
         esac
    fiBut my point was to show a quick and easy solution to the OP for his purposes.
    Using "echo $1 |. oraenv" passes the variable to oraenv and sets everything he needs for his purposes.
    From the sounds of the OP's question, it didn't seem to have the skills to develop more complex scripts.
    Personally, I like to use a special file that I keep updated on all servers.
    I call the file 'localsids' and place it in the /var/opt/oracle directory.
    I have a similar file called 'allsids', which contains a list of all sids on all servers for when I want to check all databases (e.g., such as for users having DBA role, or something like that).
    Then, I check for validity (and can add and remove SIDs from the file at will, (depending on purposes such as blackouts).
    I like using a loop for this purpose (SIDFILE='var/opt/oracle/localsids' cat $SIDFILE |while read SID... do....)
    Example:
    # ==================================================
    # check input given against valid sids on this machine
    # ==================================================
    export SIDFILE='/var/opt/oracle/localsids'
    SID=`grep $1 $SIDFILE`
    if [ "$SID" = "$1" ]; then
    print "\n \"$SID\" verified... \n"
    else
    print "\n ERROR... \"$1\" is not a valid SID for this machine. \n"
    exit 1
    fiI have a couple other variations as well.
    I think it would be nice if OTN had a more appropriate forum for people like us who like scripting and/or what to share unix skills.

  • Can I execute "Alter System Disconnect Session" in a OLE VB Script?

    Will this work? If not - How to do it?
    The speadsheet contains a list of sid's and serial#. I want to highlight a cell containing a username, then run the kill session macro on it.
    Sub Kill_Session()
    Dim KillStatement As Object
    DBPassword = "uuuu/pppppppp"
    DatabaseName = "dddd"
    Set objSession = CreateObject("OracleInProcServer.XOraSession")
    Set objdatabase = objSession.opendatabase(DatabaseName, DBPassword, 0&)
    objdatabase.Parameters.Add "SERIAL", 0, 2
    objdatabase.Parameters("SERIAL").ServerType = 1
    objdatabase.Parameters.Add "SID", 0, 2
    objdatabase.Parameters("SID").ServerType = 1
    Inputdata = ActiveCell.Value
    RowNo = ActiveCell.Row
    objdatabase.Parameters("SERIAL").Value = Worksheets("Sheet1").Cells(RowNo, 13)
    objdatabase.Parameters("SID").Value = Worksheets("Sheet1").Cells(RowNo, 12)
    Set OraSqlStmt = objdatabase.CreateSQL("ALTER SYSTEM DISCONNECT SESSION ':SID, :SERIAL' IMMEDIATE;", 0&)
    MsgBox objdatabase.Parameters("SID").Value
    MsgBox objdatabase.Parameters("SERIAL").Value
    objdatabase.Parameters.Remove ("SERIAL")
    objdatabase.Parameters.Remove ("SID")
    End Sub

    on 10gR1/10gR2, you can not use
    ALTER SYSTEM KILL SESSION ‘115,9779,@1';that start from 11gR1
    Only
    * For integer1, specify the value of the SID column.
    * For integer2, specify the value of the SERIAL# column.
    ALTER SYSTEM KILL SESSION ‘115,9779';http://download.oracle.com/docs/cd/B14117_01/server.101/b10759/statements_2013.htm#SQLRF00902
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_2013.htm#SQLRF00902
    You may use crontab to help ....
    Example about blocking (SID):
    select 'ALTER SYSTEM KILL SESSION ''' ||sid||','||serial#|| ''' IMMEDIATE;' from gv$session s where sid in (
    select distinct(l1.sid) from
    gv$lock l1, gv$lock l2
    where l1.block = 1 and l2.request > 0
    and l1.id1=l2.id1
    and l1.id2=l2.id2
    ) AND INST_ID = (select INSTANCE_NUMBER from v$instance )and ....
    Good Luck

  • Illustrator CS3 : making a transparent polygone

    Hi everybody,
    This is my first topic in this forum.
    I want to know if there is any way to make a colored transparent polygone using illustrator CS3 or by any other adobe's family softs ?
    Thank you

    There's a polygon tool under the rectangle tool in the toolbar. Click and hold on the rectangle to see a sub-toolbar. The polygon tool looks like a hexagon. Click-and drag to start drawing a polygon. Press the up and down arrows before you let go of the mouse button to add or remove sides.
    You can fill the polygon using the Color or Swatches panels. That's also where you can set the stroke colour. The stroke thickness is set in the Stroke panel.
    You'll have to give a more thorough explanation of what you mean by transparent, but transparency is usually set in the Transparency panel (whodathunkit?).
    Also, what are you doing with this graphic? Are you adding the polygon to existing art in Illustrator, importing the polygon into another program, saving an image for a web page, printing, or something else?

  • Obtaining recovery media for a custom build HP desktop

    I have replaced my failed SSD drive in my HP Pavilion HPE that I purchased in July 2012 and am attempting to
    do a system restore from a restore set that I created prior to the failure.  I start the PC with the first DVD-R disk in the drive (same drive I used to create the set), press ESC to get into the startup menu, go to Boot Menu to select the Legacy Boot Sources/ATAPI CD/DVD Drive option /SATA2 option.  The output I get is:
    "Intel UNDI, PXE-2.0 (build 083)
    COpyright (C) 1997-2000 Intel Corporation
    For Atheros PCIE Ethernet Controller v.2..1.9.9(08/12/11)
    Check cable connection!
    PXE-M0F : Exiting Intel PXE ROM.
    ERROR: No boot disk has been detected or the disk has failed."
    The disk should not report as failing.  I can read it on another computer just fine (open folders, view file properties, copy folders and files).  For a grin, I put an old XP recovery disk into the drive of the computer I am trying to restore and it was able to read that.
    Be that as it may, I am attempting to order recovery disks by following the link on this page:  
    http://h20565.www2.hp.com/hpsc/doc/public/display?docLocale=en_US&docId=emr_na-bph07143&sp4ts.oid=52...
    That page is asking me to provide a specific model number.  I don't have one because this is a custom build.  
    This is the information on my pick list:
    >  YOUR
    > CUSTOMIZED HP PC
    > h8t
    > •  Windows 7 Professional [64-bit]
    > •  2nd Generation Intel(R) Core(TM) i5-2400 quad-core
    > processor [3.1GHz, 6MB cache]
    > •  FREE UPGRADE to 6GB DDR3-1333MHz SDRAM [2 DIMMs]
    > from 4GB
    > •  1TB 7200 rpm SATA hard drive
    > •  No secondary hard drive
    > •  SAVE $40 on Microsoft(R) Office Home and Business
    > 2010
    > •  No additional security software
    > •  1GB DDR3 AMD Radeon HD 7450 [HDMI, DVI, VGA via
    > adapter]
    > •  300W Power supply
    > •  SuperMulti DVD Burner
    > •  Wireless-N LAN card (1x1)
    > •  15-in-1 memory card reader, 2 USB 2.0 (front), 2 USB
    > 3.0 (top)
    > •  No TV Tuner
    > •  Beats Audio (tm) -- integrated studio quality sound
    > •  Premium HP keyboard and optical mouse
    > •  FREE Adobe(R) Premiere Elements & Photoshop 10 [$149
    > value]
    If I cannot use the recovery set I made, how do I get an appropriate recovery disk from HP for my setup?
    This question was solved.
    View Solution.

    Hi,
    Look on sides, top, back or bottom of your PC for a label containing the model and product number.  Sometimes the label might be on the inside of the removable side panel.
    Please post the HP product number for your PC. How to Find the HP Model Number and the HP Product Number or let HP automatically find your PC model number and HP network attached printers. This will allow others to review your issue, make suggestions and review your responses. This is usually the best way to get assistance.
    It appears that you are try to boot via the LAN.  That option should be disabled in the BIOS.
    Check your boot device default in the BIOS and make sure that your hard drive is the default boot device.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

Maybe you are looking for

  • How to get the size of the webpage?

    I am designing a program to analyse the webpage content. wondering how to get the size of the webpage including its image's size and etc. Thanks in advance.

  • Documents in Clob

    Can I store Word Perfect, Word, WordPad, etc text documents in a Clob column on a 9i database? I want to use Clob so the document can be searched is there another way to do this? Thanks Kristi

  • Web Service Function Permissions

    Hi, I am a fusion edge application developer and new to web service security. I have a basic question about how I can set up functional security for a web service. Our team has several simple web services, and I need to secure them by the privileges

  • Can't download Safari because Windows Installer can't be accessed

    Any help would be appreciated as to why by computer can't access Windows Installer? Thanks

  • Error in JPX Importer

    Hi, I have made extension to ReqLinesNotifications VO. I made the substiution and I can see the substitution in the JPX file in my local machine. I want to import the JPX file on the server. I am using the following command in UNX, in JAVA TOP. java