Oracle Weblogic Server Data Source Configuration - Part 1 (With Detailed Explanation)

Oracle Weblogic Server Data Source Configuration - Part 1 (With Detailed Explanation)

Пікірлер: 26

  • @shaiknazeer7307
    @shaiknazeer7307 Жыл бұрын

    Awesome experience sir thank you so much 😊👏

  • @hemanthgowtham4463
    @hemanthgowtham4463 Жыл бұрын

    Really a great tutorial. Hats off

  • @Pk31967
    @Pk31967 Жыл бұрын

    Hi Sir, one most important topic which has not been covered on KZread(as far as i can see) is Replication and it's types... Please make a video on this topic. Did not get this topic anywhere...

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Thanks for suggestion. I will create.

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9r6 ай бұрын

    in leaked datasource connections scenario , observing patterns what does it mean how can we do this ? if we see multiple inactive connections at db end what should weblogic admin do ? what is pool out of connection ? please explain this clearly it is very useful to me.

  • @digitak.middleware

    @digitak.middleware

    6 ай бұрын

    Replied on other thread. You can check the leaked connections from console. Data source monitoring

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9r6 ай бұрын

    if we enable test connection reserve one query will be generated from datasource to db right ? if that query fails if reply not received from db to datasource what wii happen what is the result ?

  • @digitak.middleware

    @digitak.middleware

    6 ай бұрын

    Yes, in that case application will not get connection from db

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9rАй бұрын

    inside cluster all ms servers will be targeted to single db in backend ?

  • @digitak.middleware

    @digitak.middleware

    Ай бұрын

    All Ms targeted to cluster and data source also targeted to cluster

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9r6 ай бұрын

    what is the difference between one phase commit and two phase commit ?

  • @digitak.middleware

    @digitak.middleware

    6 ай бұрын

    In 1PC, a single coordinator manages the transaction. It contacts all involved nodes (participants) to ensure their readiness for commit. If all nodes are ready, the coordinator initiates the commit phase, where all participants execute the transaction. If successful, the coordinator sends a commit message, otherwise, it sends an abort message. This protocol is simple but has limitations in ensuring atomicity and reliability. 2PC involves a coordinator and multiple participants. It operates in two phases: the prepare phase and the commit phase. During the prepare phase, the coordinator asks participants if they are ready to commit. If all participants agree, it proceeds to the commit phase; otherwise, it aborts the transaction. This protocol ensures atomicity but can suffer from blocking issues if the coordinator fails during the process.

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9r6 ай бұрын

    where exactly we can check that we are having database connection leaks or not ?

  • @digitak.middleware

    @digitak.middleware

    6 ай бұрын

    Code if closing connections after use, maximum utilization regularly, from console leaked connection count

  • @sudheersunny1730
    @sudheersunny1730 Жыл бұрын

    Sir, can make a video on gridlink datasource,

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Will make soon..

  • @swamy264
    @swamy2646 ай бұрын

    What is leaked jdbc connection how can we troubleshoot it ?

  • @digitak.middleware

    @digitak.middleware

    6 ай бұрын

    A connection which is not handed over to the connection pool once work is finished called the leaked connection. You have to observe the patterns, in case of leak connection pool your pool will always get out of connection or you will see multiple inactive connections at db

  • @suryanimandal8251
    @suryanimandal8251 Жыл бұрын

    I am getting connection reset error while testing configuration

  • @digitak.middleware

    @digitak.middleware

    Жыл бұрын

    Send complete error stack on digitalk.fmw@gmail.com

  • @user-mc4hp7yy9r
    @user-mc4hp7yy9r7 ай бұрын

    how can i connect DB from my weblogic machine or database connectivity through command line from my weblogic machine? is there any command to connect to DB by using DB user name and password ?

  • @digitak.middleware

    @digitak.middleware

    7 ай бұрын

    dbping

  • @user-mc4hp7yy9r

    @user-mc4hp7yy9r

    7 ай бұрын

    no i want to connect DB directly by using DB user name and password is it possible ?@@digitak.middleware

  • @user-mc4hp7yy9r

    @user-mc4hp7yy9r

    7 ай бұрын

    sir please answer this question

  • @digitak.middleware

    @digitak.middleware

    7 ай бұрын

    dbping is to test connectivity between weblogic and db host, you have to provide username and password in dbping as well. If you want to connect db to connect SQL prompt to work on db then you have to install Oracle db client on weblogic host

  • @user-mc4hp7yy9r

    @user-mc4hp7yy9r

    7 ай бұрын

    Thank you sir@@digitak.middleware