vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have a note that someone made reference to a built-in package by the name DBMS_SUPPORT. I can find not reference to it in either my 9i or 10g databases or at \rdmbs\admin or at tahiti.oracle.com. Can anyone stick a fork in this one? Thanks. -- Daniel Morgan http://www.outreach.washington.edu/e...ad/oad_crs.asp http://www.outreach.washington.edu/e...oa/aoa_crs.asp damorgan@x.washington.edu (replace 'x' with a 'u' to reply) |
| |||
| On Thu, 04 Mar 2004 16:22:49 -0800, Daniel Morgan <damorgan@x.washington.edu> wrote: >I have a note that someone made reference to a built-in package by >the name DBMS_SUPPORT. > >I can find not reference to it in either my 9i or 10g databases >or at \rdmbs\admin or at tahiti.oracle.com. > >Can anyone stick a fork in this one? $ORACLE_HOME/rdbms/admin/dbmssupp.sql Rem NAME Rem dbmssupp.sql - Specification of the DBMS_SUPPORT package Rem Rem DESCRIPTION Rem The aim of these procedures is to expose useful functionality while Rem keeping a simple user interface for selected operations only. Rem Rem NOTES Rem This package should only be installed when requested by Oracle Rem Support. It is not documented in the server documentation. Rem It is to be used only as directed by Oracle Support. -- Andy Hassall <andy@andyh.co.uk> / Space: disk usage analysis tool <http://www.andyh.co.uk> / <http://www.andyhsoftware.co.uk/space> |
| |||
| "Daniel Morgan" <damorgan@x.washington.edu> a écrit dans le message de news:1078446134.996159@yasure... > I have a note that someone made reference to a built-in package by > the name DBMS_SUPPORT. > > I can find not reference to it in either my 9i or 10g databases > or at \rdmbs\admin or at tahiti.oracle.com. > > Can anyone stick a fork in this one? > > Thanks. > -- > Daniel Morgan > http://www.outreach.washington.edu/e...ad/oad_crs.asp > http://www.outreach.washington.edu/e...oa/aoa_crs.asp > damorgan@x.washington.edu > (replace 'x' with a 'u' to reply) > http://metalink.oracle.com/metalink/...p_id= 62294.1 Hope this will help Michel Cadot |
| |||
| In article <1078446134.996159@yasure>, Daniel Morgan <damorgan@x.washington.edu> writes >I have a note that someone made reference to a built-in package by >the name DBMS_SUPPORT. Hi Daniel, I have just put a new paper on my site about a week ago that shows the many many ways to set trace in Oracle, one of which is with DBMS_SUPPORT. Its not installed by default, i don't think its documented but it is usually shipped but not installed. The paper is called "How to set trace for others sessions, for your own session and at instance level" it at http://www.petefinnigan.com/rambling..._set_trace.htm It shows how to install it and use it. hth kind regards Pete -- Pete Finnigan Web site: http://www.petefinnigan.com - Oracle security audit specialists Book:Oracle security step-by-step Guide - see http://store.sans.org for details. |
| |||
| its in rdbms/admin on both 9i for windows and 10g for linux where andy pointed you at it. It is missing from 817 on windows IIRC -- Niall Litchfield Oracle DBA Audit Commission UK "Daniel Morgan" <damorgan@x.washington.edu> wrote in message news:1078446134.996159@yasure... > I have a note that someone made reference to a built-in package by > the name DBMS_SUPPORT. > > I can find not reference to it in either my 9i or 10g databases > or at \rdmbs\admin or at tahiti.oracle.com. > > Can anyone stick a fork in this one? > > Thanks. > -- > Daniel Morgan > http://www.outreach.washington.edu/e...ad/oad_crs.asp > http://www.outreach.washington.edu/e...oa/aoa_crs.asp > damorgan@x.washington.edu > (replace 'x' with a 'u' to reply) > |
| |||
| "Daniel Morgan" <damorgan@x.washington.edu> wrote in message news:1078446134.996159@yasure... | I have a note that someone made reference to a built-in package by | the name DBMS_SUPPORT. | | I can find not reference to it in either my 9i or 10g databases | or at \rdmbs\admin or at tahiti.oracle.com. | | Can anyone stick a fork in this one? | | Thanks. | -- | Daniel Morgan | http://www.outreach.washington.edu/e...ad/oad_crs.asp | http://www.outreach.washington.edu/e...oa/aoa_crs.asp | damorgan@x.washington.edu | (replace 'x' with a 'u' to reply) | MetaLink Note:62294.1 ;-{ mcs |
| ||||
| Daniel Morgan wrote: > I have a note that someone made reference to a built-in package by > the name DBMS_SUPPORT. > > I can find not reference to it in either my 9i or 10g databases > or at \rdmbs\admin or at tahiti.oracle.com. > > Can anyone stick a fork in this one? > > Thanks. Thanks everyone. Exactly what I was looking for. -- Daniel Morgan http://www.outreach.washington.edu/e...ad/oad_crs.asp http://www.outreach.washington.edu/e...oa/aoa_crs.asp damorgan@x.washington.edu (replace 'x' with a 'u' to reply) |