Hi Sudip,
I have done the things specified in your comment.
now i ma facing another problem, after reaching 47 % of portal configuration, it stops. I have looked at install.log, in this after STEP 14, it is giving the message unable to allocate 40762 bytes of memory(large pool)..
i tried no of times.. it is stopping at the same place..
shared pool is 200MB, large pool 32MB and java pool is 32 MB.
What am i doing wrong or what am i missing out.
Thanks,
Main Topics
Browse All Topics





by: sudipdgPosted on 2001-11-21 at 22:15:11ID: 6649361
I faced exactly the same problem, and was finally able to get around it after a long time.
y=TRUE
nts\opca\l aunch.bat) and replace the existing "E:\Oracle\iSuites\jdbc\li b\classes1 11.zip" in the script's CLASSPATH with "E:\Oracle\iSuites\jdbc\li b\classes1 2_9i.zip".
What you first need to do is change the Oracle9i database initialization parameters to include the following line:
o7_dictionary_accessibilit
Then shutdown and restart the database. After that Oracle9i will allow you to connect as SYS (not necessarily as SYSDBA).
I believe you will come across another problem soon after. There Portal Configuration Assistant may produce a recurring error message stating that the SHARED POOL SIZE is less than 30MB even though when you query the Data Dictionary with:
select value from v$parameter where name like 'shared_pool_size' ;
you get a value that is larger than the minimum value (30MB). The reason for this error is actually the Oracle JDBC driver that is shipped along with the Oracle9i database (release 9.0.1). Visit the Oracle Technology Network and search for Oracle9i JDBC drivers. Download the "classes12.zip" file listed for the Solaris platform (there were no Oracle9i JDBC drivers listed for Windows NT/2000 when I checked last.) Rename the "classes12.zip" file you have downloaded to say, "classes12_9i.zip" and move it to your ORACLE_HOME\jdbc\lib directory. (My ORACLE_HOME for example is E:\Oracle\iSuites).
Next, edit the Portal Configuration Assistant batch file (E:\Oracle\iSuites\assista
Finally, save the "launch.bat" script and run it. Now enter the SYS password when prompted for it and proceed through with the creation of the Portal Repository.
Best of Luck!
Sudip.