Oracle PL/SQL > Stored Procedure Hanging Indefinitely -



Oracle PL/SQL > Stored Procedure Hanging Indefinitely -

i'm in business side of house , not have total dba privileges our oracle 11g database. have privileges necessary build , run stored procedures , have 1 hanging indefinitely.

we're developing new scheme , have several life-cycles. code works 100% fine in before lifecycle (call ad) , hangs indefinitely in next lifecyle (qa). stops @ first major sql pull , never returns.

when run exact sql that's within stored procedure outside straight sql pull, comes in 2.6 seconds (using same input parameters , same qa lifecyle server).

i have limited ability see what's going on within stored procedure it's running because of privileges , dbas don't have insight pl/sql code help debug or troubleshoot.

so, open-ended question is: going wrong?? know vague. things have checked:

the database has info in tables i'm pulling from i've checked of input parameters , beingness passed procedure function, etc. correctly i've run same code outside of procedure , returns , displays right data. the exact code works in lower lifecycle (literally copy/pasted advertisement qa). the dba says server environment same (i'm not sure believe him, have no direct means verify).

any help can provide golden. post code, 2-3k in length, i'm not sure that's helpful. give code works fine , copy/pasted as-is, don't think it's coding problem, system/environmental problem.

any ideas helpful.

thanks in advance!

looks issue unrelated stored procedure. comments. :)

oracle stored-procedures plsql oracle11g stored-functions

Comments

Popular posts from this blog

javascript - I need to update the text of a paragraph by inline edit -

javascript - THREE.js reposition vertices for RingGeometry -

assembly - What is the addressing mode for ld, add, and rjmp instructions? -