|
1 registered (SBi),
1
Guest and
2
Spiders online. |
|
Key:
Admin,
Global Mod,
Mod
|
|
|
#4565 - 12/06/09 02:42 PM
Re: ORA-01086: savepoint 'CREATE_EMPLOYEE'
[Re: CT]
|
lurker
Registered: 11/02/08
Posts: 6
Loc: Berkshire, UK
|
Hi Clive, Not sure you remember me but I'm Stacey the Welsh guy who used to sit with you and Bob Braund on the JPA project in Gosport. Thanks for your help, here are the details you requested: From DEV environment: PACKAGE "/* $Header: peempapi.pkh 115.30 2006/03/03 05:38:37 lsilveir noship $ */ PACKAGE BODY "/* $Header: peempapi.pkb 115.63 2007/11/05 14:51:38 sidsaxen ship $ */ From PROD environment: PACKAGE "/* $Header: peempapi.pkh 115.30 2006/03/03 05:38:37 lsilveir noship $ */ PACKAGE BODY "/* $Header: peempapi.pkb 115.63 2007/11/05 14:51:38 sidsaxen ship $ */ Both are the same  Any other ideas? Thanks again for your help.
|
|
Top
|
|
|
|
#4569 - 12/06/09 03:41 PM
Re: ORA-01086: savepoint 'CREATE_EMPLOYEE'
[Re: whi5tler]
|
veteran
 
Registered: 11/03/05
Posts: 816
Loc: Back at Fort Apache, Gosport!
|
Oh hello Stacey, how's it going?
OK, that's blown my first theory right out of the water... so...
Is it the same data that's being loaded to each instance? I am wondering if there is some minor difference therein which might cause the code to branch slightly differently, and perhaps miss the 'set savepoint' bit in one case and not t'other. Out of interest, can you identify the relevant lines of code in the create_employee api whereby it decides whether or not to set the savepoint in the first place? As an aside, any particular reason you are using create_employee, and not create_gb_employee? Long shot though it is, it might be worth having a crack with that api to see if the problem goes away.
One other trick you could pull would be to put a pipe trace on the code that's calling the api (on the instance that's giving the problem of course), and then watch the story unfold from another session. If you do that, make sure you restrict it to processing one or two rows!
_________________________
L&K CT
|
|
Top
|
|
|
|
|
Get up and running with Oracle on your existing computer in 5 minutes
Get
up and running with Oracle on your existing computer in 5 minutes!
Alard Consulting Ltd are pleased to offer Oracle R12.1.1 on
your existing computer.
Connect to
Oracle R12 from your computer to do client demonstrations, your own
development work, or test functional setup on a Vision environment without
having to install and maintain Oracle.
Backup your
work before making changes in case things go wrong. Just copy the files to a
new directory before making the changes. If it doesn't work, copy the files
back again, all from Windows. No other skills needed.
As everything
is contained on a single external hard drive, you can take it with you to use
wherever you need it.
For each sale
from HCMAces a portion of the price will go to the running costs of this forum.
For more
information see www.alard.net/products.html.
|
|
492 Members
48 Forums
1208 Topics
5712 Posts
Max Online: 51 @ 12/08/10 02:30 AM
|
|
|
|
|
|
1
|
2
|
3
|
4
|
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
|
26
|
27
|
28
|
29
|
30
|
|
|
|
|