Answer Posted / shabu
There are various differences ranging from 8.X,9.X,10.X
1. Changes made in console UI.
2. The node Manager uses the port no 5555 in 8.x and in 10.x
it uses 5556.
3. Every functionality should be done only after hitting
LOCK AND EDIT option in the version of 10x, Where as it is
not needed in the version of 8.x.
4. There is no need of creating Connection pools in 10.x
Datasource itself directs requests where as Connection pools
should be created in the version 8.x.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is the default jvm used for weblogic?
What are servers?
What is a local transaction?
How do you differentiate between a server hang and server crash issue?
What can be the reasons for server hang?
What type of object is returned by resultset.getobject()? : BEA Weblogic
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
What is the difference between txdatasource and datasource?
How can classpath be set?
What does the connected to element in the toolbar signify?
What are the transaction isolation levels supported by weblogic jdriver?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
Explain what are the transaction isolation levels supported by weblogic jdriver?
Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
What can I do when I get java.lang.outofmemoryerror because producers are faster than consumers? : BEA Weblogic