Enhancement of process (PROCEDURE) reconstruction in oracle10g

Source: Internet
Author: User

In Oracle9i, Oracle also needs to recompile the process even if a completely identical process is rebuilt, as can be seen from the Last_ddl_time:

[Oracle@jumper oracle]$ Sqlplus Eygle/eygle
Sql*plus:release 9.2.0.4.0-production on Sat Mar 31 17:52:55 2007

Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

Connected to:
Oracle9i Enterprise Edition Release 9.2.0.4.0-production
With the partitioning option
Jserver Release 9.2.0.4.0-production

sql> Create or replace PROCEDURE pining
2 is
3 BEGIN
4 NULL;
5 end;
6/

Procedure created.

Sql> Select Object_name,last_ddl_time from dba_objects where object_name= ' pining ';

object_name Last_ddl_time
------------------------------ -------------------
Pining 2007-03-31 17:52:58

sql> Create or replace PROCEDURE pining
2 is
3 BEGIN
4 NULL;
5 end;
6/

Procedure created.

Sql> Select Object_name,last_ddl_time from dba_objects where object_name= ' pining ';

object_name Last_ddl_time
------------------------------ -------------------
Pining 2007-03-31 17:54:35

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.