22
C Copyright © 2004, Oracle. All rights reserved. Appendix C

App c

  • Upload
    daniil3

  • View
    536

  • Download
    1

Embed Size (px)

Citation preview

Page 1: App c

CCopyright © 2004, Oracle. All rights reserved.

Appendix C

Page 2: App c

C-2 Copyright © 2004, Oracle. All rights reserved.

JDeveloper

Page 3: App c

C-3 Copyright © 2004, Oracle. All rights reserved.

Connection Navigator

Page 4: App c

C-4 Copyright © 2004, Oracle. All rights reserved.

Application Navigator

Page 5: App c

C-5 Copyright © 2004, Oracle. All rights reserved.

Structure Window

Page 6: App c

C-6 Copyright © 2004, Oracle. All rights reserved.

Editor Window

Page 7: App c

C-7 Copyright © 2004, Oracle. All rights reserved.

Deploying Java Stored Procedures

Before deploying Java stored procedures, perform the following steps:

1. Create a database connection.

2. Create a deployment profile.

3. Deploy the objects.

1 2 3

Page 8: App c

C-8 Copyright © 2004, Oracle. All rights reserved.

Publishing Java to PL/SQL

Page 9: App c

C-9 Copyright © 2004, Oracle. All rights reserved.

Creating Program Units

Skeleton of the function

Page 10: App c

C-10 Copyright © 2004, Oracle. All rights reserved.

Compiling

Compilation with errors

Compilation without errors

Page 11: App c

C-11 Copyright © 2004, Oracle. All rights reserved.

Running a Program Unit

Page 12: App c

C-12 Copyright © 2004, Oracle. All rights reserved.

Dropping a Program Unit

Page 13: App c

C-13 Copyright © 2004, Oracle. All rights reserved.

Debugging PL/SQL Programs

JDeveloper support two types of debugging:• Local• Remote

You need the following privileges to perform PL/SQL debugging:• DEBUG ANY PROCEDURE• DEBUG CONNECT SESSION

Page 14: App c

C-14 Copyright © 2004, Oracle. All rights reserved.

Debugging PL/SQL Programs

Page 15: App c

C-15 Copyright © 2004, Oracle. All rights reserved.

Page 16: App c

C-16 Copyright © 2004, Oracle. All rights reserved.

Setting Breakpoints

Page 17: App c

C-17 Copyright © 2004, Oracle. All rights reserved.

Stepping Through Code

Debug Resume

Page 18: App c

C-18 Copyright © 2004, Oracle. All rights reserved.

Examining and Modifying Variables

Data window

Page 19: App c

C-19 Copyright © 2004, Oracle. All rights reserved.

Examining and Modifying Variables

Smart Data window

Page 20: App c

C-20 Copyright © 2004, Oracle. All rights reserved.

Examining and Modifying Variables

Watches window

Page 21: App c

C-21 Copyright © 2004, Oracle. All rights reserved.

Examining and Modifying Variables

Stack window

Page 22: App c

C-22 Copyright © 2004, Oracle. All rights reserved.

Examining and Modifying Variables

Classes window