Skip to Main Content

Application Development Software

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!

WebCenter Assistance for building Internal website

726785Nov 21 2012 — edited Nov 21 2012
I am building an internal site and I am have setup several pages with tabs at the top. In the tab area I have links to locally hosted documents. What I would like to do is to have each link open in the frame below when clicked.
Right now I have two problems:

1. When I open a document and it loads into the frame below in included all the home page frames with it. So I am getting the left side frame, the top frame and the bottom frame along with the document I want to load. Is there a way to just get the document to load without the other frames?

2. Once a document is loaded and I click another link in the top frame it opens a whole new window. I would like to have the document open in the same frame below.
If you would like to look at the site let me know and I can give you access.

Comments

270337
I have tora 1.3.21 with Postgres and Oracle connections on Debian. I think that you should compile from tora source for Oracle connection. For this, you should download instant client from OTN and specify the instant client path in the parameters:

./configure with-instant-client with-oracle-includes=/usr/local/instantclient_10_2/sdk/include/ with-oracle-libraries=/usr/local/instantclient_10_2/lib with-oci-version=10G

You should review configure parameters file for new features or customize this for your platform
Billy Verreynne
Assuming that you've downloaded TOra with OCI support, this could mean that TOra is not seeing the OCI client drivers and therefore not presenting you with an option to connect via an Oracle client driver.

Check you LD_LIBRARY_PATH and make sure that it includes $ORACLE_HOME/lib - or download Instant Client and point the path there.
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 19 2012
Added on Nov 21 2012
1 comment
88 views