Restart install deleting schemas and not oracle

If I restart my install, and I want to delete the content in oracle (i.e. I want to remove the PCD schema), what is the command string to delete schemas in oracle. I do not want to delete oracle instance just the schemas taht were created during the install. The SAP EP manual refrences the SAP oracle EP manual on how to delete schemas but when you go to the EP Oracle manual there is not section explaining how to delete schemas.
Thanks
John Ryan

You can use drop user "username" cascade;
From SQLPLUS connect as system or sys.
username is schema name.
HTH
Venkat

Similar Messages

  • Cannot install chez scheme and swl

    I try to install chez scheme and its GUI toolkit swl but failed because the pkgbuild information is too old ,the official swl is up to date to version 1.3 but which in pkgbuild is 1.0, so I modified it and recalculate the md5 to for modifying the pkgbuild,but I still failed and it only shows:
    tclsh tclversion.tcl
    echo "(define swl:Scheme \"/usr/bin/petite\")\
    (define prefix \"lib\")\
    (set! swl:version \"1.3\")\
    (optimize-level 2)\
    (quote (compile-profile #f))\
    (generate-inspector-information #f)" > config.scheme
    /usr/bin/petite configure.ss
    Petite Chez Scheme Version 8.4
    Copyright (c) 1985-2011 Cadence Research Systems
    Don't know how to build for a6le, edit configure.ss.
    no libraries found; cannot rebuild with Petite Chez Scheme
    make: *** [all] Error 1
    I don't know which library it needs but not found it,Could anybody do me a favor?

    I try to install chez scheme and its GUI toolkit swl but failed because the pkgbuild information is too old ,the official swl is up to date to version 1.3 but which in pkgbuild is 1.0, so I modified it and recalculate the md5 to for modifying the pkgbuild,but I still failed and it only shows:
    tclsh tclversion.tcl
    echo "(define swl:Scheme \"/usr/bin/petite\")\
    (define prefix \"lib\")\
    (set! swl:version \"1.3\")\
    (optimize-level 2)\
    (quote (compile-profile #f))\
    (generate-inspector-information #f)" > config.scheme
    /usr/bin/petite configure.ss
    Petite Chez Scheme Version 8.4
    Copyright (c) 1985-2011 Cadence Research Systems
    Don't know how to build for a6le, edit configure.ss.
    no libraries found; cannot rebuild with Petite Chez Scheme
    make: *** [all] Error 1
    I don't know which library it needs but not found it,Could anybody do me a favor?

  • TS2988 I had to reset my phone and I only have one of my ringtones I had 4.. Why'd it delete 3 and not the last one and now I can't get em back without paying for them again!!! What the **** is up with that??

    I had to reset my phone and I only have one of my ringtones I had 4.. Why'd it delete 3 and not the last one and now I can't get em back without paying for them again!!! What the **** is up with that??

    Yup, your question and Diane's answer helped me also. Tho' I had had problems before getting into the iTunes store I always managed to find a way. Today they had me blocked cold with the "Update to 10" advert no matter what I did. Other questioners are being told, incorrectly as it turns out, that they have to update their OS to accomodate iTunes 10 and upgrade to iTunes 10. I did the download which did not take up much more room on my crowded old hard drive and now I'm back in business.

  • Installing Grid Control and not using ASM

    Is it possible to install Grid Control and not be using ASM? We are on the brink of beginning our install (Peoplesoft) and may not use ASM. It seems to me from documentation that I'm reviewing that installing GC assumes you will be using ASM.
    Any info would be appreciated.

    Hi,
    the Grid Control Repository database does not require ASM. It works perfectly fine with datafiles on a normal filesystem.
    Best regards,
    Robert

  • Why I installed my yosemite and not start me quickly?

    Why I installed my yosemite and not start me quickly?

    Hi Eloisa
    You will have to try and give more information exactly what the problem is you are experiencing.

  • HT4059 how to retrieve accidentally deleted highlights and notes in an ibook

    My partner has spent countless hours highlighting and marking up a book my mother asked them to edit - only to accidentally delete all of the highlights and notes - thinking they had selected just a small set of notes to delete - but OH NO 16 pages disappeared - any chance they can get them back?

    Well, you might think that. But you would be wrong.
    I'm not aware of any unix OS with an undelete function at the filesystem level.
    Such things don't tend to work well in a multiuser/server environment where lots of things are writing to the disk in the background.
    And trying to guess what the filesystem used to look like is a good way to court random file system corruption.

  • Delete previewed and not bought books from iTunes

    How do I delete 2 books in my iTunes library on my macbook that I just previewed and not bought on the ebooks app on my iphone? I also no longer have the ebooks app.

    I tried that and all it said was Get Info and Rating. I figured it out though, I redownloaded the app and deleted them from there and now they're gone. Thanks for the help .

  • How to Install emacs, openssh and start oracle database and get a connect?

    As suggested by another poster, I installed the prebuilt appliance at [http://www.oracle.com/technetwork/community/developer-vm/index.html] and [http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html] with the intent of running oracle database in a linux vm as a guest on windows 7 and connecting to it using JDBC from the windows host.
    This is running but I don't know how to install other stuff. I tried "sudo yum install openssh" and "sudo yum install emacs" and "sudo service sshd status" and none of these worked (it could not find these packages). I could not get apt-get or app-get or aptget to work either. I was hoping that "uname -a" would tell me if this was fedora or debian or something else but no luck. What command do I use to learn the distro name?
    How do I make ifconfig tell me what the ip address so I can use "scp" and "ssh" to get into the box? Ok, /sbin/ifconfig works and I see there is only a loopback address. Ack! How do I create a socket so I can ssh into this little beastie?
    How do I disable the firewall or (better yet) punch holes in it so I get use JDBC and ssh, scp and samba from windows 7?
    I tried firing up the SQL Developer 3.1 and getting a test connection with username and password of "oracle" with no luck. How do I get a test connection to work?
    How do I determine if the database is running? If not, how do I start it and stop it and restart it?
    Thanks
    Siegfried
    Edited by: user8816970 on Sep 15, 2012 6:29 PM
    Edited by: user8816970 on Sep 15, 2012 6:33 PM

    There is no "oracle" account native to the database itself. This is just the default account that owns the application. Log on as oracle/oracle to the OS. (OEL) You can change the passwords of the sys and system account by setting your $ORACLE_HOME and $ORACLE_SID. Default SID is orcl on a database install. Also set a path to the oracle binaries in the form of $ORACLE_HOME/bin.
    Then sqlplus / as sysdba
    Change passwords of sys and system using the following example.
    ALTER USER SYS IDENTIFIED BY [password];
    ALTER USER SYSTEM IDENTIFIED BY [password];
    The supplied appliance runs oracle enterpirse linux. Not debain or fedora.
    Why do you need "emacs"?
    I haven't personally load this appliance with Virtual Box but there has to be a readme file somewhere that details all the passwords and etc.

  • All Oracle Sample Schemas and all Oracle Built-in Packages in XE?

    Hi,
    I am trying to install Oracle 10g on my home system to improve my knowledge of PL/SQL. Because I'm doing it at home, I have to solve DBA issues I'm somewhat clueless about.
    I would like to install Oracle 10g Express Edition and include the built-in packages (DBMS_OUTPUT, UTL_FILE, DBMS_UTILITY, DBMS_JOB, DBMS_JAVA, DBMS_RANDOM, etc.) as well as the Oracle sample schemas (HR, OE, PM, SH, and IX). None of these, except HR, is included in the express edition.
    If necessary, I'd like to be able to install these things after installing the express edition. How can I do this?
    Thanks,
    Mike

    Hi Mike,
    checking the documentation is always helpful:
    http://www.oracle.com/pls/xe102/homepage
    http://download-uk.oracle.com/docs/cd/B25329_01/doc/appdev.102/b25108/xedev_programs.htm#i2432
    You can always do a quick search on the documentation homepage, e.g. for utl_file:
    http://www.oracle.com/pls/xe102/search?remark=advanced_search&word=utl_file&format=ranked&book=&preference=
    There shouldn't be a need to install any packages. They should come preinstalled already.
    If not, you can find them here:
    C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN
    Just be very careful before trying to install something into the data dictionary. If you are not experienced, you might mess up your database.
    For example, utl_file is installed but invisible to most users, e.g. HR.
    Look at this example:
    SQL> conn hr/oracle1
    Connect durchgef³hrt.
    SQL> desc utl_file;
    ERROR:
    ORA-04043: Objekt "SYS"."UTL_FILE" ist nicht vorhanden
    SQL> conn sys@XE as sysdba
    Kennwort eingeben:
    Connect durchgef³hrt.
    SQL> desc utl_file;
    PROCEDURE FCLOSE
    Argument Name                  Typ                     In/Out Defaultwert?
    FILE                           RECORD                  IN/OUT
       ID                           BINARY_INTEGER          IN/OUT
       DATATYPE                     BINARY_INTEGER          IN/OUT
       BYTE_MODE                    BOOLEAN                 IN/OUT
    PROCEDURE FCLOSE_ALL
    SQL> grant execute  on utl_file to HR;
    Benutzerzugriff (Grant) wurde erteilt.
    SQL> conn hr/oracle1
    Connect durchgef³hrt.
    SQL> desc utl_file;
    PROCEDURE FCLOSE
    Argument Name                  Typ                     In/Out Defaultwert?
    FILE                           RECORD                  IN/OUT
       ID                           BINARY_INTEGER          IN/OUT
       DATATYPE                     BINARY_INTEGER          IN/OUT
       BYTE_MODE                    BOOLEAN                 IN/OUT
    PROCEDURE FCLOSE_ALL
    PROCEDURE FCOPY
    ...So, after granting execute privileges on utl_file to HR, the user HR can now access utl_file. No need to install it.
    The default packages are installed in the schema SYS.
    Regards,
    ~Dietmar.

  • Trying to install VM Server and not getting the CD found screen to display

    Trying to install Oracle VM Server from a CDROM:
    1.     Insert the Oracle VM Server CDROM into your CDROM drive.
    2.     Boot the computer with the Oracle VM Server CDROM.
    3.     The Oracle VM Server screen is displayed.
    All that went fine but not getting the CD found screen to display. Instead it says the device wasn't found and shows a list of drivers, none of which seem to match the CD drive. Anyone have any ideas? There is an option to point it to a driver disk, not sure if I need to get the driver from somewhere and do that or not?
    machine is Dell Optiplex 760
    CD RW\DVD RW drive

    Try changing the SATA mode in the BIOS to AHCI.

  • Query on event based job in a client schema and not SYS schema

    Hi, I am fairly new to oracle job scheduler and wanted your inputs on how to create a event based job that sends a mail based on success of another job.
    I was able to implement this with the jobs being created under SYS schema. I did get email notifcation when errors were logged in exception table.
    However, now the requirement has changed to create the jobs under a client specific schema.
    The jobs got created successfully in CLIENT schema but the event based job is not working. It does not send the email notification.
    I feel this is to do with not correctly subscribing to the event queue {sys.scheduler$_event_queue}.
    Can CLIENT schema use the agent "AGENT" created under SYS to subscribe to the Scheduler event queue {sys.scheduler$_event_queue}? CLIENT is the schema in which the all jobs and procedures are created.
    BEGIN
    DBMS_AQADM.ENABLE_DB_ACCESS('AGENT', 'CLIENT');
    END;
    --Main Job that will load data and errors will be logged into exception table
    BEGIN    
    dbms_scheduler.create_job( job_name=> 'CLIENT.LOAD_DATA',                              
    job_type=>'PLSQL_BLOCK',                              
    job_action=>'BEGIN  CLIENT.p_loaddata;                                     
    END;',                              
    start_date=>systimestamp,                              
    repeat_interval=>'FREQ=MINUTELY;INTERVAL=1;',                              
    number_of_arguments=>0,                              
    enabled=> true);
    END;
    --set raise_events attribute = job_succeeded for main job
    BEGIN
    DBMS_SCHEDULER.set_attribute ('CLIENT.LOAD_DATA', 'raise_events', DBMS_SCHEDULER.job_succeeded);
    END;
    --Event Job that will send email based on condition. Condition is checked in procedure CLIENT.p_check_sendmail; If errors are found in the exception table, this job will raise exception and will be JOB_FAILED status. This job will send a email notification.
    BEGIN 
    DBMS_SCHEDULER.create_job (       job_name          => 'CLIENT.EMAIL_JOB',     
    job_type          => 'PLSQL_BLOCK',     
    job_action        => 'BEGIN  CLIENT.p_check_sendmail;                                   END;',     
    event_condition  => 'tab.user_data.event_type = ''JOB_SUCCEEDED'' and tab.user_data.object_name = ''LOAD_DATA''',      
    queue_spec        => 'sys.scheduler$_event_queue,AGENT',      
    enabled          => true);
    END;
    BEGIN    
    dbms_scheduler.add_job_email_notification ( job_name => 'CLIENT.EMAIL_JOB',     recipients => '[email protected]',events => 'JOB_FAILED');
    END;
    Is the way i am subscribing to the event queue correct? Could you please share an example/document of event based job in a schema other than SYS and how subscription is being done to event queue?
    Thanks

    Hi,
    It's a good decision you made because you shouldn't create objects in the SYS schema. I see you're using the add_job_email_notification procedure, so I'm assuming you're on 11g onwards.
    This procedure is meant to make the job easy for you. That is, you don't need to worry about setting up AQ, the procedure does it all for you. All you need to do is setup the mail server if not already done, and call this procedure to add the mail notification. That's it.
    You can also specify a filter to the add_job_email_notification procedure, so maybe you could specify directly your CLIENT.LOAD_DATA job to this procedure.

  • Oracle 10g - installs in my user directory and not oracle

    Hi
    I have been trying to install 9i for the last week but was getting the same problem as seen it a few threads below. I therefore tried to install 10g - now when I
    run the ./runInstaller script from oracle I get this message 'can't access /Users/"mylocaluser"/oraInventory'
    Anyone know why its trying to install here as uppose to /Users/oracle?????
    I know its probabaly something stupid I am doing at my end ---
    I followed the installation instructions and everything seems to be setup fine - I couldn't see anything in the runInstaller script either

    'can't access /Users/"mylocaluser"/oraInventory'Does it literally have 'mylocaluser' ?
    Normally you have a file called /var/opt/oracle/oraInst.loc that specifies where the global inventory is located. If the installer can not put a lock on that directory it won't install. So I think you should check that file and make sure it is according to oracle's (and hopefully) your expectations and writable by the installer.
    (not 100% sure about /var/opt/oracle on the mac)
    regards,
    Ronald
    http://homepage.mac.com/ik_zelf/oracle

  • Silent install of 6i and 9i oracle products

    Hi Folks,
    Where I work we have a suite of software that uses oracle 9i and 6i. Because the install has to be done manually for the orcale environment an engineer has to install this program each time some one needs it.
    If I can install oracle forms and reports runtime through a silent cmd line installl I can develop an installer and the user can then do this themselves.
    Does oracle installers support silent installs and where is the documentation for the commands if it does.
    thanks in advance.

    It is possible to perform a silent install for the oracle 9i database, in this case next time you perform an interactive install you have to use the -record option when invoking the setup.exe from the command line, this will record the options used during the install in a response file.
    In the case of developer 6i as far as I remember it didn't use the oracle universal installer, and if my memory doesn't betray me there was also some sort of batch install facility, not as robust as the one introduced in 9i with the OUI, but useful at least.
    For further references on silen install procedure, please refer to these links:
    http://www.oracle.com/technology/products/designer/supporting_doc/des6i_411/deshlp72/des2k_insgde/igch1_65.htm#SilentInstallation
    http://download.oracle.com/docs/html/A95493_01/advance.htm
    ~ Madrid
    http://hrivera99.blogspot.com

  • How can i install acrobat XI and not DC

    Since the manage for team site changed by Acrobat Standard licenses to DC, I cannot install the DC version yet as our company is not ready to go there.  Big changes in UI and we have not regression tested our processe and integration.  We need to get Acrobat XI installed under subscription

    Hi,
    Please refer to the help document:
    Acrobat DC uninstalled Acrobat XI | How to get Acrobat XI back
    Regards,
    Sheena

  • Ical 5.0.3 on 10.7.5 - how to delete invites and NOT notify sender??

    I have a lot of calendar invites that come in via email regularly and I want to delete or decline them but I do NOT want to notify the sender. For example, I may have received a calendar invite from someone months ago that has recently left an organization. If i hit 'decline' ical sends an email messgae that the invite was declined - I do not want to send that email.
    Have to believe I can set a flag for 'do not notify' - somewhere.
    Is there a file I can edit if this version of ical doesn't make that available in preferences (I can't find it). Thanks in advance.
    This is a huge problem as I receive invites from several hundred people monthly and I need too clear all this stuff out but don't icall to automatically want to send emails.
    E.

    Solved:
    1. Type  chflags nohidden ~/Library/ in a Terminal window.
    2. Click on the hard drive icon located on the desktop.
    3. Go to Users > [username] > Library > Safari folder.
    4. Delete all files except “Bookmarks.plist”.
    5. Then go to Users > [username] > Library > Preferences.
    6. Find com.apple.Safari.plist, com.apple.internetconfigpriv.plist, and com.apple.internetconfig.plist and delete them (ignore any file you can’t find).

Maybe you are looking for

  • Lenovo Win 7 Pro Upgrade - Recovery Partition?

    If this has been covered already then I apologize in advance, but it would be appreciated if someone would  respond to the following:  I recently upgraded my T61 to Windows 7 Pro using the two-disc set from Lenovo.  To preserve my original XP pro set

  • How do I create a group list for email contacts with the I pad ?

    How do I create a group contacts with the iPad ?

  • MDM API Password questions...

    Hi Guru's I have some questions for which i am struggling to get the answeres on how MDM handles passwords using MDM's API's 1. Is there a COM API for management of MDM users? COM documentation that we have does not mention anything. 2. To avoid usin

  • Real Player and Realdownloader are not downloading videos.

    These apps were working until 7/2/13. The popup does not appear on the top right of the video. They do work with IE. Now I've deleted them with Control Panel and reinstalled, but no luck. I'm running an XP box.

  • Need help installing Tap Chat

    Hello, i just bought the blizzard tap chat. im kinda regretting it for im not getting any answers from anyone. I DO NOT have the wow headset. i read that you have to DL the wow headset drivers to get the tap chat to work. but everttime i trying to in