I am running code on an oracle 9i database. The two areas that I have been developing in have recently crashed with this error:
ORA 01034 Oracle not available
ORA 27101 Shared memory realm does not exist
I am not as much a pessimist as I once was but it seems that I could be doing something that oracle does not like. I am running code that is creating and dropping tables several times a day. During testing between 30 - 50 times. Could this be affecting shared memory? If not, what else could it be.
Greg
ORA 01034 Oracle not available
ORA 27101 Shared memory realm does not exist
I am not as much a pessimist as I once was but it seems that I could be doing something that oracle does not like. I am running code that is creating and dropping tables several times a day. During testing between 30 - 50 times. Could this be affecting shared memory? If not, what else could it be.
Greg