FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Installaton fails with oracle db (installer stops with SQL error: 4098: ORA-04098)
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Aw: Re: Installaton fails with oracle db [message #166495 is a reply to message #166491] Fri, 23 December 2011 08:47 Go to previous messageGo to previous message
ThomasF is currently offline  ThomasF   Germany
Messages: 6
Registered: December 2011
Karma:
Junior Member
thanks for your immediate response. In the meantime we tried your sequences with the following results (i've tried to translate the german result-messages, with no garantuee on correctness :):

SQL> alter trigger FUDFORUMUSER.FUD30_MSG_STORE_ID_TRG compile;

Warnung: Trigger wurde mit Kompilierungsfehlern geƤndert.
(Warning: trigger was changed with compiling errors)


SQL> show errors trigger FUDFORUMUSER.FUD30_MSG_STORE_ID_TRG

Fehler bei TRIGGER FUDFORUMUSER.FUD30_MSG_STORE_ID_TRG:
(Error with TRIGGER ...)

LINE/COL ERROR
-------- -----------------------------------------------------------------
1/7      PL/SQL: SQL Statement ignored
1/14     PL/SQL: ORA-02289: Sequence ist nicht vorhanden.
(Sequence does not exist)



While everything fails, our DB-Admin tried to define the missing sequences manually, with
SQL> select object_name, status from user_objects where object_type='TRIGGER' and status='INVALID' order by 1;

OBJECT_NAME                                                                                                                      STATUS
-------------------------------------------------------------------------------------------------------------------------------- -------
FUD30_FORUM_READ_ID_TRG                                                                                                          INVALID
FUD30_MSG_REPORT_ID_TRG                                                                                                          INVALID
FUD30_MSG_STORE_ID_TRG                                                                                                           INVALID
FUD30_POLL_OPT_ID_TRG                                                                                                            INVALID
FUD30_POLL_OPT_TRACK_ID_TRG                                                                                                      INVALID

SQL> create sequence fud30_forum_read_id_seq increment by 1 start with 1 nocache nocycle
SQL> create sequence fud30_msg_report_id_seq increment by 1 start with 1 nocache nocycle
SQL> create sequence fud30_msg_store_id_seq increment by 1 start with 1 nocache nocycle
SQL> create sequence fud30_poll_opt_id_seq increment by 1 start with 1 nocache nocycle
SQL> create sequence fud30_poll_opt_track_id_seq increment by 1 start with 1 nocache nocycle


and compiled the invalid triggers again after having done this. But the error occured again, everytime i started the install-procedure again.

Again, thanks for your help, and a merry christmas for you and your family.

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: fud_smtp.inc missing
Next Topic: Help needed for getting the forum on my website
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Oct 07 07:17:42 GMT 2024

Total time taken to generate the page: 0.04880 seconds