Skip to Main Content

Intelligent Advisor

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!

Questions about listprovider connecting to Siebel Oracle DB

913983Oct 19 2012 — edited Oct 21 2012
I am building a listprovider that connects to the list of values table of Siebel. I have two questions:

(for the record: I am an OPA developer/architect and not a Siebel/Java guru)

1) How do I connect to the Oracle DB (10.2.0.1.0) and to the table itself? I have tried the 'oracle.jdbc.OracleDriver' with Class.forName(driver); but it fails. I have added 'ojdbc14.jar' to the build path.
2) How can I use a properties file to parameterise some of the statements. I want to set a relative path to the configuration directory of web determinations, but do not know how. Is there a way to reference to this directory?


Philip.

Comments

fac586
Answer

Veerendra Patil wrote:

I am using APEX 19.1

I have a page and button. ON button click - it opens a Modal Page.

I want the page to open at bottom right rather than in the middle. - Something like Gmail-Compose Mail

Is there a way to do that?

Dialog pages are implemented using the jQuery UI dialog component. Display position is controlled using the position attribute. Set the configuration using the Attributes property of the dialog page (as described in the online help):

position: { my: 'right bottom', at: 'right bottom' }

Marked as Answer by Veerendra Patil · Sep 27 2020
Veerendra Patil

Thanks fac586..

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 18 2012
Added on Oct 19 2012
1 comment
112 views