473,395 Members | 2,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

PL/SQL Blocks

I'm the user of an oracle data base, recently, the dba installed a
patch on the data base and we got problems couse the aplications
couldn't do any insert or select; the desition was to remove the patch
and leave the data base as it was orginally, it was done but one of
the binaries is not working properly and the technical support of the
aplication told me that maybe the use of PL/SQL Blocks was affected by
the install/uninstall of the patch. Im not strong in PL/SQL so I don't
know what it means, could you give me any clue?
Jul 19 '05 #1
2 2213
I'm afraid we can't help much with so little information.

Let's say someone changed a part on your car, and it started to make a funny
noise.
You take it back to the garage, and they take out the part they changed.
But you still have problems. How do you fix the car?

Pls provide any error message you get (noise description), patch number
(part) they installed/deinstalled.

And what is the binary you're talking about? Does it belong to Oracle or
your application?

--
Syltrem

OpenVMS 7.3-1 + Oracle 8.1.7.4
http://pages.infinit.net/syltrem (OpenVMS related web site, en français)
---zulu is not in my email address---
"Gh0st1n5h3ll" <ne******@yahoo.com> a écrit dans le message de
news:fd**************************@posting.google.c om...
I'm the user of an oracle data base, recently, the dba installed a
patch on the data base and we got problems couse the aplications
couldn't do any insert or select; the desition was to remove the patch
and leave the data base as it was orginally, it was done but one of
the binaries is not working properly and the technical support of the
aplication told me that maybe the use of PL/SQL Blocks was affected by
the install/uninstall of the patch. Im not strong in PL/SQL so I don't
know what it means, could you give me any clue?

Jul 19 '05 #2
> I'm the user of an oracle data base, recently, the dba installed a
patch on the data base and we got problems couse the aplications
couldn't do any insert or select; the desition was to remove the patch
and leave the data base as it was orginally, it was done but one of
the binaries is not working properly and the technical support of the
aplication told me that maybe the use of PL/SQL Blocks was affected by
the install/uninstall of the patch. Im not strong in PL/SQL so I don't
know what it means, could you give me any clue?


Could you give more details as to how this binary "is not working
properly" (error message, version, ...). If you want to see any
invalid PL/SQL stored in the database, take a look at STATUS in
DBA_OBJECTS, and look for anything "INVALID" for
procedures/functions/packages/package bodies (for OBJECT_TYPE). You
can try to compile anything invalid using "alter
procedure/function/... compile", and issue a "show errors" if it
fails, to see the reason why it wouldn't compile. That's all I can
advise, based on the skeleton of info you provided.

HTH

Daniel
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: Doug Holton | last post by:
Is there any metaclass trick or something similar to allow anonymous code blocks? I'd like to be able to let users do something like this fictitious example: b = Button() b.OnClick =: print...
4
by: grs | last post by:
Can a class library have a app.config file. Reason for asking is that the microsoft application blocks all read from myApp.exe.config. How can you use the application blocks if you do not have an...
14
by: J.S. | last post by:
In a Windows Form application, which is the better method to concatenate large blocks of code? 1. Reading the text from text files. 2. Adding the text to the VB file itself? Thanks! J.S. ...
11
by: efialtis | last post by:
Hi to all, I am creating a program which plays a game. The game is played on a NxN square board. In every position of the board we may have a ball or not. Take for example the following 5x5...
3
by: craig | last post by:
I was just wondering if anyone else may have incorporated the original Microsoft Exception Management Application Block (EMAB) or Data Access Application Block (DAAB) into one of their applications...
26
by: brenocon | last post by:
Hi all -- Compared to the Python I know and love, Ruby isn't quite the same. However, it has at least one terrific feature: "blocks". Whereas in Python a "block" is just several lines of...
1
by: Achim Domma | last post by:
Hi, I have an ASCX control which himself contains other ASCX controls. The main control is used in a Asp.Net 1.1 application and works fine. The control is also used in a sharepoint web part...
2
by: flyzone | last post by:
Goodmorning people :) I have just started to learn this language and i have a logical problem. I need to write a program to parse various file of text. Here two sample: --------------- trial...
3
by: GaryDean | last post by:
I have just been through the docs on the Data Access Application blocks and it seems that they complicate things more than make things simple. To me it seems that there is nothing more simple and...
12
by: Michael7 | last post by:
Hi Everyone, I've been trying to get two blocks of text to be aligned, one left, one right, on the same line. What I'm trying to mimic is what I did with tables here: ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.