How can I drop a site on WEBDB ??

Hi,
How can I drop a site on WEBDB(linux Rh6) ???
What are the commands or SQL commands to do this ???
Other question :
Is WEBDB CGI Listener really work ??? (the password is not
accepted by the CGI listener)
Thanks.
null

DROPPING SITES
To drop a Web site created with WebDB:
1. Log in as the database SYS user by typing the following at a
command line prompt:
sqlplus sys/<sys_password>
2. Type the following at a SQL*Plus prompt:.
drop user <site_schemar> cascade;
drop user <site_schemar>_ADMIN cascade;
drop user <site_schemar>_PUBLIC cascade;
delete from WEBDB.WWV_MODULES$ where
LOWER(SCHEMA) = '<site_owner>';
COMMIT;
where
sys_password is the SYS user password for the database.
site_schema is the schema that owns the site
DROPPING USERS WHO CREATE SITES
If you drop a user from the database, any WebDB site the user has
created will stop working. To fix this problem:
1. Log in as the database SYS user by typing the following at a
command line prompt:
sqlplus sys/<sys_password>
2. From the SQL*PLUS prompt type:
grant execute on sys.dbms_sys_sql to <site_schema>
where
sys_password is the SYS user password for the database
site_schema is the schema that owns the site
ANdrey (guest) wrote:
: Bart (guest) wrote:
: : Hi,
: : How can I drop a site on WEBDB(linux Rh6) ???
: : What are the commands or SQL commands to do this ???
: I'm not sure, but look in pdf file for WEBDB 2.1 for NT (for
: example)
: : Other question :
: : Is WEBDB CGI Listener really work ??? (the password is not
: : accepted by the CGI listener)
: : Thanks.
null

Similar Messages

  • How can I get my site back (done with Iweb) on my new hard drive? I had to change my hard drive after droping my computer.

    Can someone help me. I had to change my hard drive few weeks ago and lost everything. I made a site via iweb and my site is still on line but I don't know how can I get my site back on my iweb with my new hard drive.

    Patrick ~ Welcome to the Support Commuities. Here's where iWeb's key Domain file (containing your site data) is usually located:
    ...But rather than backing up just that file, consider using Time Machine and/or SuperDuper.

  • How can I determine what sites are being referenced within Central Admin Upgrade and Migration Manage Databases Upgrade Status?

    When I go to Central Admin > Upgrade and Migration  > Manage Databases Upgrade Status, I have 2 content databases which have the status:
    Database is up to date, but some sites are not completely upgraded.
    How can I determine which sites are not completely upgraded?

    Manage Databases Upgrade Status will provide you all active and offline DB details, you can get same result
    using below PowerShell cmdlet.
    Get-SPDatabase and Get-SPContentDatabase will provide all active database/Content DB in Farm which include Service application db, central admin DB.
    Get-SPDatabase | Format-Table Name, ID
    Coming back to your question, if you find that there are some site are not completely upgraded then run below command and understand the cause if issue on specific DB.
    Test-SPContentDatabase WSS_ContentDB_Name
    If you find any missing file issue in DB then resolve these issue to upgrade content database.
    (verify all customizations referenced within the content database are also installed in the web application. This cmdlet can be issued
    against a content database currently attached to the farm, or a content database that is not connected to the farm )
    Use the Upgrade-SPContentDatabase cmdlet
    to resume a failed database upgrade or begin a build-to-build database upgrade against a SharePoint content database
    Upgrade-SPContentDatabase WSS_Content
    reference:
    http://technet.microsoft.com/en-us/library/ff607813(v=office.15).aspx
    http://technet.microsoft.com/en-us/library/ff607941(v=office.15).aspx
    If my contribution helps you, please click Mark As Answer on that post and
    Vote as Helpful
    Thanks, ShankarSingh(MCP)

  • I was on facebook and deleted an icon by using the right-click menu but then all my pictures and all profile pictures, could no longer be seen. I was able to view them in Explorer so this is something I did in Firefox. How can I unblock a site?'

    '''I was on facebook and deleted an icon by using the right-click menu but then all my pictures and all profile pictures, could no longer be seen. I was able to view them in Explorer so this is something I did in Firefox. How can I unblock a site?'''

    If you select that right-click context menu entry then you block all images from that domain and not one specific image, so do not use that.
    * Check the exceptions in Tools > Options > Content: Load Images > Exceptions (e.g. sphotos.ak.fbcdn.net)
    You can use these steps to check if images are blocked:
    * Open the web page that has the images missing in a browser tab.
    * Click the website favicon ([[Site Identity Button]]) on the left end of the location bar.
    * Click the "More Information" button to open the "Page Info" window with the Security tab selected (also accessible via "Tools > Page Info").
    * Go to the <i>Media</i> tab of the "Tools > Page Info" window.
    * Select the first image link and scroll down through the list with the Down arrow key.
    * If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.

  • How can I drop the java objects from a schema

    hi..good afternoon all...
    How can I drop the java objects from a database schema???
    suppose the credentials are scott/tiger@db1
    Another thing is that...I have to do this from cmd(command prompt) as there is no plsql developer or sqldeveloper installed in the machine.
    plss help...thanks in advance...

    hi...i have already tried all the options..but it is showing the error..
    ora:01435 - user does not exist
    but when i have given the command...
    select object type, object_name, status from user_objects where object_type like'%JAVA%';
    then it is showing that the java_object is present....
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>
    SQL>
    SQL>
    SQL> set linesize 200
    SQL>
    SQL>
    SQL>
    SQL> select object_type, object_name, status from user_objects where object_type
    like '%JAVA%';
    OBJECT_TYPE OBJECT_NAME
    STATUS
    JAVA CLASS javaclass1
    VALID
    JAVA SOURCE javaclass1
    VALID
    SQL> drop java source javaclass1.java;
    drop java source javaclass1.java
    ERROR at line 1:
    ORA-01435: user does not exist
    SQL>

  • How can I remove Top Sites button from Favorites?

    Hi!
    How can I remove Top Sites button from Favorites bar?
    There is no problem to remove it in previous Safari.
    But I cant find how to remove it in Safari 7.0.

    >>Ok, but they dont have solution.
    Correct - there's not been one found so far, that we've seen here, anyway.

  • How can I drop the key board from my calendar. The normal lower right key stopped working

    How can I drop the key board from my calendar? The normal lower right key stopped working.

    You can install this extension to make it easier to edit userChrome.css:
    * ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
    The file needs to have this code:
    <pre><nowiki>@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    #personal-bookmarks #bookmarks-menu-button { display:none !important; }</nowiki></pre>
    You can reach the profile folder this way:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    The file userChrome.css needs to be in the chrome folder in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so if the chrome folder is missing then you need to create a folder with the name chrome.

  • How can I drop a call that never disconnect.

    Hi,
    I'm running CUCM 8.51 + UCCX 8.51. I have several Application Trigger each one running different CSQ. Today I realize a call have more than 94 hours waiting in a queue when agents are in Ready state so look like the call never disconnected.
    How can I drop a call that never disconnect without drop the calls in all CSQ?
    Regards
    Please remember to rate useful posts clicking on the stars below.
    Favor calificar todos las respuestas útiles.
    LinkedIn Profile: do.linkedin.com/in/leosalcie       

    Anthony, you were right, I did'nt select the session tab before click Tool.
    At the end it didn't work for me because the call never was never show at the Session tab so restaring the UCCX Engine did the trick for me.
    (+5) for the help
    Please remember to rate useful posts clicking on the stars below.
    Favor calificar todos las respuestas útiles.
    LinkedIn Profile: do.linkedin.com/in/leosalcie
    appeared

  • When opening a new tab, how can I specify a site or empty? My tabs open to a site I don't want to see.

    When opening a new tab, how can I specify a site, homepage or empty? My new tabs open to a site I don't want to see.

    A new tab opens by default as a blank tab (about:blank).
    If that isn't the case then an extension has changed that behavior.
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes
    You can middle-click or hold down Ctrl and left-click the Home button on the Navigation toolbar to open the Home page in a new tab.
    You can look at this extension to set which page to open in a new tab:
    *NewTabURL : https://addons.mozilla.org/firefox/addon/newtaburl/

  • How can I get Top Sites to open full screen?

    How can I get Top Sites to open full screen?

    http://support.apple.com/kb/PH11881
    System Preferences > General
    Uncheck the box beside "Close windows when quitting an application".

  • I have 3 consecutive movie clips that I am trying to drop into the drop zone but it only recognizes the first one and only produces the firts one in a DVD. How can I drop all three  movie clips into one drop zone

    On IDVD, I have 3 consecutive movie clips that I am trying to drop into the drop zone to create a DVD but it only recognizes the first one I dropped and only produced the first one in a DVD. How can I drop all three  movie clips into one drop zone.

    I have had some luck doing the following: Export each clip from imovie as a quicktime clip. Open iDVD and create a new project. Import a few stills into iDVD and then click on the button that gets created to get into the screen where the individual slides appear. Drag each quicktime into that screen and arrange in the order you want. You can then delete the stills. The button that appeared when you dropped in the stills will launch a complete show.

  • How can I send a site plan to client for approval?

    How can I send a site plan to client for approval?

    Hi Chirptile,
    There is no specific option to send only the site plan to someone for review. But you can send the locally saved .muse file via email and your client can open that file in Muse to review.
    Please clarify further if I misunderstood in any way. Also you can contact us here Contact Customer Care -> click on 'I Still need help?. Contact Us' and then chat now for any instant help.
    Hope that helps!
    Kind Regards,

  • How can I drop the previous location on maps

    How can I drop the previous locations on maps?

    Best I could find for now, although it didn't automatically fix the problem:
    - Click on your "Current Location" dot
    - Click on Info icon in the little pop-up window
    - Click the "Report a Problem" button
    - Choose "Information is incorrect" from the dropdown menu on top
    - You can change your "Current Location" address info here, which I'm assuming will be sent to Apple. It didn't automatically change the information for me, but at least I was able to send a specific report about it.

  • How can I uninstall mcafee site adviser

    How can I uninstal Mcafee site adviser from my computer.Would be greatful for any help at all.

    http://service.mcafee.com/default.aspx

  • How can I launch a site that I designed for a client using their MobileMe account? Can they 'open' my iWeb files on their iWeb software?

    How can I launch a site that I designed for a client using their MobileMe account? Can they 'open' my iWeb files on their iWeb software?

    If you give them the Domain.sites2 file that iWeb used to create the site  they will be able to open it with iWeb application (it has to be the same version as you have) and make changes.  But if you're expected to also make changes you'll need a way to send that file back and forth between the two. 
    Also there's an online MacWorld article that describes a way that both of you could manage the site using Dropbox.  Look at Managing an iWeb site from multiple Macs.
    OT

Maybe you are looking for

  • Wilyhost Agent could connect to the Enterprise Manager

    Hi Gurus, I'm trying to setup Diagnostic for Solman 7.0. I'd installed Wily Introscope and SDM Agent in Solution Manager. The Agent was configured for this server. The Application Agent in Diagnostic Setup -> Managed system was OK, but when I try to

  • An array and scalar values together in an sql statement

    Hi We have a table called SERVICE and following are the 3 columns from SERVICE table, SERVICESTATUSID - NUMBER(10) ACCOUNTID - NUMBER(10) SERVICENUMBER - VARCHAR(41) My aim is to be able to update the status of a bunch of entries in this table from P

  • What to do when changes are made and refresh doesn't show the changes?

    I'm new to SCSM and I have created some lists in authoring tool and when I go into console to edit them they are not showing up. Even after refresh. Also creating some new incident views for support groups are not showing up until I restart the Manag

  • Merge multiple tables into one for export to excel

    I've got a few tables in Numbers, and I've spent ages making them all look the same, then when I exported to an excel file, they split up into seperate tables. How can i merge all these into one table so they can all be viewed in Excel, without losin

  • 10.4.7 PPC and "Package Maker"

    Just FYI - discovered this AM that none of my Package Maker projects open subsequent to installing 10.4.7 on a G4, and the app will not launch on its own either. The crash log reports a missing resource from PrivateFrameworks. I performed all the usu