> Hi
>
[quoted text clipped - 10 lines]
>
> Best regards from Gaute
In Oracle there are two major interfaces. For a beginner asking the
questions you are asking I would suggest DBCONSOLE, also known as
OEM or Oracle Enterprise Manager: The other is SQL*Plus.
Good places to start your exploration of Oracle are at:
http://tahiti.oracle.com
http://docs.oracle.com
http://asktom.oracle.com
http://www.psoug.org/library.html
And the best general advice I can give you ... Oracle is nothing like
SQL Server. Don't do anything until you read the concepts and
architecture books. Trying to make Oracle work like, or behave like,
a Microsoft product is as productive as trying to teach a pig to sing.
Daniel Morgan
Oracle Ace Director
Gaute - 01 Oct 2008 15:16 GMT
Thank you
Sqlplus "set autotrace on explain" solves my second question (B). I also
found it in "Oracle SQL Developer".
But is there a quick way to see all SQL queries sent to oracle from my
application with time per query?
I have been looking around in OEM without luck...
Best regards from Gaute
Gerard H. Pille - 01 Oct 2008 17:45 GMT
Gaute schreef:
> Thank you
>
[quoted text clipped - 6 lines]
>
> Best regards from Gaute
Activate trace and analyze the trace-file on the database-server with tkprof
fitzjarrell@cox.net - 01 Oct 2008 18:29 GMT
On Oct 1, 8:57 am, DA Morgan <damor...@psoug.org> wrote, among other
things:
> Trying to make Oracle work like, or behave like,
> a Microsoft product is as productive as trying to teach a pig to sing.
>
> Daniel Morgan
> Oracle Ace Director
This one seems to be doing an admirable job in the singing department:
http://www.youtube.com/watch?v=PP7aoPhED6U
David Fitzjarrell