From jonw@fuse.net Mon, 30 Jul 2001 17:56:42 -0700
From: "Jon Walthour" <jonw@fuse.net>
Date: Mon, 30 Jul 2001 17:56:42 -0700
Subject: Re: performance pl/sql for DW conclusion
Message-ID: <F001.00359877.20010730174525@fatcity.com>
MIME-Version: 1.0
Content-Type: text/plain


To completely install the DBMS_PROFILER package, run:

1. $ORACLE_HOME/rdbms/admin/profload.sql - to install the package (run as
SYS)

2. $ORACLE_HOME/rdbms/admin/proftab.sql - to create the appropriate tables
for the package. You can either run this script in the schema of the user
who is going to use DBMS_PROFILER or, as I do, run it as SYSTEM, then create
the appropriate synonyms and grant the appropriate permissions to use the
tables.

Jon Walthour

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <ORACLE-L@fatcity.com>
Sent: Monday, July 30, 2001 7:30 PM


Looks like DBMS_PROFILER is not installed using catproc. I found
loadprof.sql rdbms/admin which will install it. Any other way to install it?
I did not find any scripts in rdbms/admin which call profload.sql.

Alex Hillman

-----Original Message-----
Sent: Monday, July 30, 2001 6:31 PM
To: Multiple recipients of list ORACLE-L


DBMS_PROFILER is great, if you have PL/SQL Developer, it has a great
interface to it.

"Walking on water and developing software from a specification are easy if
both are frozen."

Christopher R. Spence
Oracle DBA
Fuelspot



-----Original Message-----
Sent: Monday, July 30, 2001 5:41 PM
To: Multiple recipients of list ORACLE-L


Hi guys

Thanx everyone, I found what was going on.  A special thank-you to Raj for
pointing out the dbms_profiler, what a wonderful tool.  Using that tool I
discover that it was my select, and not the parsing or inserts, that were
causing the problem.  I created a bunch of indexes for all my dimension
tables, and voilà...  Down to 500 rows in 5 seconds.  I love that list :-)

FYI: SGA is fine, hit ratio ok, on that side, server and DB are going well,
it was really my  coding or pl/sql the problem.  Now I know I was not
helping my code at all.

Thanks again to everyone who helped.  Merci Steph, je te répond bientôt...

Daniel

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Daniel Garant
  INET: danielg@conceptis.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in the
message BODY, include a line containing: UNSUB ORACLE-L (or the name of
mailing list you want to be removed from).  You may also send the HELP
command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Christopher Spence
  INET: cspence@FuelSpot.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Hillman, Alex
  INET: Alex.Hillman@usmint.treas.gov

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Jon Walthour
  INET: jonw@fuse.net

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru@fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


