Home > database >  !!!!!!!!! Suspected ORACLE statement collapse caused by the upper machine (orageneric11)
!!!!!!!!! Suspected ORACLE statement collapse caused by the upper machine (orageneric11)

Time:10-12

Background: now found inside the company equipment the upper PC software occasional crash flash back, PC is developed with c + + language, MFC, VC6 compiler generates, 32, running machines are manufacturers of industrial computer, industrial computer system is Windows 7, is an Oracle database is chosen, industrial computer installed on the client version is: 11.2.0, 32-bit

Discovered what did I do: first of all, I was in the device Settings, set up a crash dump file generated above today found that there have been several dump files are generated, I am winDbg parsing view, I think the key contents are as follows:
 STACK_TEXT: 
132 be3a4 7660 c54f KERNELBASE + 0 xc54f
132 be3fc 14 c79b5e orageneric11 + 0 x7b9b5e
132 be414 14 c6005c orageneric11 + 0 x7a005c
132 be41c 1490 faa5 orageneric11 + 0 x44faa5
132 be428 1490 FCDD orageneric11 + 0 x44fcdd
132 be470 14 c65583 orageneric11 + 0 x7a5583
132 be9a8 747 b03bb kernel32 + 0 x503bb
132 bea30 774 b5be7 NTDLL + 0 x75be7
132 CFFDC 774798 d5 NTDLL + 0 x398d5


STACK_COMMAND: ecxr; KB. * * the Pseudo Context Pseudo * * * * Value: 213 d9127f80 * *; KB

35 c072414c3bf12038c2631e587df45cc1887768 THREAD_SHA1_HASH_MOD_FUNC:

2 a59991482b0239c6d2e7b920094c6111d6d84f3 THREAD_SHA1_HASH_MOD_FUNC_OFFSET:

35 c072414c3bf12038c2631e587df45cc1887768 THREAD_SHA1_HASH_MOD:

FOLLOWUP_IP:
KERNELBASE + c54f
7660 c54f c9 leave

10 c2c9 FAULT_INSTR_CODE:

SYMBOL_STACK_INDEX: 0

FOLLOWUP_NAME: MachineOwner

EXCEPTION_CODE: (NTSTATUS) 0 x589c957a - & lt; Unable to get the error code text>

589 c957a EXCEPTION_CODE_STR:

EXCEPTION_STR: WRONG_SYMBOLS

IMAGE_NAME: NTDLL. Wrong. DLL
symbols.


is triggered by orageneric11, then should collapse and orageneric11 it is form of oracle,

Then my reasoning is upper machine abnormal collapse is due to abnormal of the local database, but what is unusual is not known,

You think I am of the view right? All bosses have encountered such a problem? The follow-up is how to solve?

CodePudding user response:

What specific database version 11.2.0.1 or 11.2.0.4?

CodePudding user response:

If is 11.2.0.1, upgrade, this version is a test version, there is a problem is normal, the current basic were 11.2.0.4 11 g database

CodePudding user response:

refer to the second floor js14982 response:
if is 11.2.0.1, upgrade, this version is a test version, there is a problem is normal, the 11 g database basic were 11.2.0.4
are indeed 11.2.0.1, why do you say this is a test version? Where can I check out this version of the information? Please give directions

CodePudding user response:

Then how to install this version? This version of the database is put out to the user can use oracle, is equivalent to this version was developed, also not mature products, don't know what problem will appear, let out to let everyone to help test, formal library will not install this version

CodePudding user response:

reference 4 floor js14982 response:
then how can install this version? This version of the database is put out to the user can use oracle, is equivalent to this version was developed, also not mature products, don't know what problem will appear, let out to let everyone to help test, formal library is not install this version of the
thank you for your advice thank you for your advice, how to say, a small company, just this, no one will pay attention to these details

CodePudding user response:

refer to fifth floor (chirping, reply:
Quote: refer to 4th floor js14982 response:

Then how to install this version? This version of the database is put out to the user can use oracle, is equivalent to this version was developed, also not mature products, don't know what problem will appear, let out to let everyone to help test, formal library is not install this version of the
thank you for your advice thank you for your advice, how to say, a small company, the works on this, nobody will notice these details


Login oracle administrator users, data pump export database completely, completely uninstall the current version of oracle, install the new version of the oracle, finally import the data

CodePudding user response:

refer to 6th floor js14982 response:
Quote: refer to fifth floor (chirping, reply:

Quote: refer to 4th floor js14982 response:

Then how to install this version? This version of the database is put out to the user can use oracle, is equivalent to this version was developed, also not mature products, don't know what problem will appear, let out to let everyone to help test, formal library is not install this version of the
thank you for your advice thank you for your advice, how to say, a small company, the works on this, nobody will notice these details


Login oracle administrator users, data pump export database completely, completely uninstall the current version of oracle, install the new version of the oracle, the import data
thank you for your bosses
  • Related