Skip to Main Content

APEX

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!

Manual Install: Problem in f4000.sql

esonder-OracleJul 20 2004 — edited Jul 23 2004
Due to problems with the normal Installer Installation Process we switched to the manual method, starting script ins.sql

This script stops at our side in f4000.sql with:

...PAGE 190: Create Button Step 2
Error page=190 item="F4000_P190_QUICKPICK" id="5224728991502726"
begin
*
FEHLER in Zeile 1:
ORA-06502: PL/SQL: numerischer oder Wertefehler
ORA-06512: in "SYS.OWA_UTIL", Zeile 323
ORA-06512: in "SYS.HTP", Zeile 860
ORA-06512: in "SYS.HTP", Zeile 975
ORA-06512: in "SYS.HTP", Zeile 993
ORA-06512: in "FLOWS_010500.WWV_FLOW_API", Zeile 2890
ORA-06502: PL/SQL: numerischer oder Wertefehler: Zeichenfolgenpuffer zu klein
ORA-06512: in "FLOWS_010500.WWV_BIU_STEP_ITEMS", Zeile 63
ORA-04088: Fehler bei der Ausführung von Trigger
'FLOWS_010500.WWV_BIU_STEP_ITEMS'
ORA-06512: in Zeile 161

This is my major problem for that I ask for some hints.

But for the better understanding I add the other errors occuring before this:
----------------------------------------
1.
I. O R A C L E S Y S I N S T A L L P R O C E S S
...create flows user
...grant flows owner tab privs
...grant privs to flows owner
grant create job to FLOWS_010500 with admin option
*
FEHLER in Zeile 1:
ORA-00990: Fehlende oder ungültige Berechtigung
--------------------------------------
2.
flows_files_new.sql
Installing flows_files objects 1
...create flows_files
... create wwv_flow_file_objects
create public synonym wwv_flow_file_objects$ for wwv_flow_file_objects$
*
FEHLER in Zeile 1:
ORA-00955: Es gibt bereits ein Objekt mit diesem Namen

--------------------------------------
3.
drop table wwv_flow_upgrade_progress
*
FEHLER in Zeile 1:
ORA-00942: Tabelle oder View nicht vorhanden

Best regards and thanks in advance

Evelyn Sonder


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2004
Added on Jul 20 2004
7 comments
343 views