Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Oracle IAS Application Server Solutions: 126 - 150 of 175
 
I have recently installed Oracle 9iAS, release 2 and am trying to configure Portal. I can't get past the Single Sign On. When I try to login to Portal, I get this message on the Single Sig...
Hi every body,  i`am facing a problem with JDBC API method ( deleteRow ). I want to use this method to delete a row of data from the result set which is "scrollable and updatable". but i get...
In Oracle table if i have column with datatype CLOB & BLOB, do i need to create seprate tablespaces for these CLOB & BLOB datatype?
My business web applications are currently running on IIS which is connected to a propreitary SQL server(InfoPlus21 from AspenTech), an Oracle database (8.1.5) and an ERP server which is run...
I want to make an asp.net application running on IIS as a Partner Application for Oracle10g Application Server Single Signon(SSO). I want to make use of the JAVA API available for SSO Integ...
I just installed Oracle9.2 Windows NT on my system ( Windows XP professional). When I tried to open up SQL plus it asks for a username, password and Host string. I want to know where I can fin...
I'm a new developer for Oracle Forms 9i. I made a table of Security that contents UserName, Password and Privilege of an specific users and made a login page for autentication, but I need know...
I have created Canvas with fields/text items so that user can fill the request and submit it. While it submit activity, I want the When-Button-Pressed to insert new record and if the record ex...
Hi All, I wanted to check to make sure I have the  correct statement to calculate the following: If Fld_EnterDate is > then 7 days at Sysdate then = 1 end My statement is Case when (sy...
Hi to everyone! I'm new to IAS and from the 1-t day stuck in deployment with the "Authentication failed" trying to login to sso using orcladmin user (cn=orcladmin as username). The sso s...
How can we find out the Oracle_Home in Oracle Application server if we dont have access to Enterprise Manager?
In Oracle application Server iIs there a deployment option what would force all the files when deployed on the web server to keep the modified date of the file in the .war archive as opposed t...
How would a person pass the values in this array to another procedure in the package?  I see the values passing in the address line (via web browser) but it appears the procedure doesn't know ...
Hi experts, I have installed iAS10g BI, as well as its BI Tools. During the migration process, I have upgraded Discoverer EUL from a previous version up to 5.1.1.0.0.0. The discoverer...
Can anyone please tell me what is wrong with this code? create or replace type body Budget_objtyp as member function UpdateExpenditure( p_Year date, p_value number, p_current_expendi...
i try to put 4 values in a combo box but it gave me error like : ORA-06550: line 1, column 1318: PLS-00103: Encountered the symbol "LOOP" when expecting one of the following: if ORA-06...
What is the syntax for checking to see if Oracle Wallet installed on a Unix machine?
i try to calculate and generate a column called 'Percentage', with  ( SUM of total quatity / Received qty) * 100 with to_char(ROUND(SUM(DECODE(vital_dashboard_mv.master_po_qty)) / vital_dash...
i try to show a report with 3 columns, the 3rd column has to be hyperlink passing parameter to another page. First 2 columns shown correctly, but the third column with hyperlink does not show up.
Hi, when attempting to start 9ias using apachectl start, we get a message to say that there is a duplicate DAD location (as per the 2 lines from the error_log) [Tue Mar 16 09:31:44 2004]...
hi, my problem is, how to convert 6i reports in 9i jsp format or html format to show in internet browser.
Need a way to make sure that the OC4J_home Service Component starts on reboot ... Is there a way to ensure that it starts? And then check to ensure it was started? Suggestions?
Here we go,   I have a write a stored function called get_project_cost. This function takes as input a project title and returns teh cost to date for that project. NOte that the type for cos...
Hi I have Oracle Database Standard edition one on one server, and oracle app server enterprise edition installed on another (business intelligence and forms). Both are 10g Release 1. Th...
Hi, I'm new to Oracle Reports 6i, I'm developing a report in which an amount (in Figure) is fetched from a table and I want to print that amount in words. e.g if the amount is 75 then i've to...