Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Weblogic:How to change/edit URL in connection pool (command line)

User_P9OF4May 19 2016 — edited Dec 1 2016

Hi,

I want to write script to change monthly URL in connection pool.

I found commands like: CREATE_POOL, DELETE_POOL, TEST_POOL...nothing similar my issue.

any help?

Comments

Gary Graham-Oracle
Hi,

The short answer is no, but I do not believe your use case is entirely realistic. SQL Developer filtering is layered:

1. By schema name rule (for Other Users node)
2. By object name rule (for all object types within a specific schema / connection node)
3. By object name rule (for a specific object type within a specific schema)
4. Layers 1 and 2 have an implicit AND condition
5. Layer 3 provides a Match Any or Match All option, so that predicate will contain either all ANDs or all ORs
6. Layer 3 also provides an option to ignore the rule in layer 2.

This filter coverage seems fairly complete for most cases. Otherwise create a user defined report with the necessary SQL query.

Regards,
Gary
SQL Developer Team
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jun 16 2016
Added on May 19 2016
0 comments
770 views