Is it mandatory to install Fusion Middleware Installer before we installe Oracle Weblogic? Also please explain the difference between Oracle Home, Middleware Home, Weblogic Home, Fuse Middleware Home. Please answer the queries...
@digitak.middleware5 ай бұрын
Fusion Middleware installer is nothing but weblogic itself but along with many more features like JRF which is required for fusion Middleware applications like SOA, Webcenter, IDM etc. So when installing any fusion Middleware product we have to install Fusion Middleware Infrastructure not plain Weblogic server. Both are different installers. ORACLE HOME, Oracle Fusion Middleware Home and Middleware Home are the same, it means the main installation directory. Weblogic Home is the folder with name wlserver inside Oracle Home
@SwamyD-d2o Жыл бұрын
If we change the config.xml file will it be updated in only admin server or will it be updated managed servers as well ? if iit is updated ms servers as well how it will be updated ?
@digitak.middleware Жыл бұрын
Any change in confirg.xml will be reflected for each managed server by the admin server. For remote servers it communicates and replicates the configurations using node manager
@MamoudouDEMBAMalal3 жыл бұрын
Hello, How to test with command line a datasource generally please ? If the test connection is Ok with database configuration
@digitak.middleware3 жыл бұрын
You can use WLST to test. Something like - connect('weblogic', 'weblogic', 't3://localhost:7001') serverRuntime() dsMBeans = cmo.getJDBCServiceRuntime().getJDBCDataSourceRuntimeMBeans() ds_name = "myDataSourceName" for ds in dsMBeans: if (ds_name == ds.getName()): print 'DS name is: '+ds.getName() print 'State is ' +ds.getState() print ds.testPool()
@anilpatnaik28602 жыл бұрын
Sir, I want to learn web logic server what are the prerequisites, is this enough to get job, I am not interested in programming
@digitak.middleware2 жыл бұрын
Yes, administration knowledge (install, configure, integrate etc.) in weblogic is sufficient. Programming not really required in that case. You can say it weblogic server administration/administrator. Placement chance will get increase in multiple fold If you can learn one more oracle fusion middleware products along with weblogic, like SOA, IDM, Webcenter etc.
@polaiahpemmasani20604 ай бұрын
Hi sir i want pdf notes
@digitak.middleware4 ай бұрын
Write us on digitalk.fmw@gmail.com, will share details