Command: -- phpMyAdmin MySQL-Dump -- version 2.5.1 -- http://www.phpmyadmin.net/ (download page) -- -- Host: localhost -- Generation Time: Jul 13, 2003 at 02:09 AM -- Server version: 4.0.13 -- PHP Version: 4.2.3 -- Database : `tikiwiki` -- -------------------------------------------------------- -- -- Table structure for table `galaxia_activities` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_activities" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "galaxia_activities_trig" BEFORE INSERT ON "galaxia_activities" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_activities_sequ".nextval into :NEW."activityId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `galaxia_activity_roles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_activity_roles" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `galaxia_instance_activities` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_instance_activities" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `galaxia_instance_comments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_instance_comments" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "galaxia_instance_comments_trig" BEFORE INSERT ON "galaxia_instance_comments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_instance_comments_sequ".nextval into :NEW."cId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `galaxia_instances` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_instances" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "galaxia_instances_trig" BEFORE INSERT ON "galaxia_instances" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_instances_sequ".nextval into :NEW."instanceId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `galaxia_processes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_processes" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "galaxia_processes_trig" BEFORE INSERT ON "galaxia_processes" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_processes_sequ".nextval into :NEW."pId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `galaxia_roles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_roles" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "galaxia_roles_trig" BEFORE INSERT ON "galaxia_roles" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_roles_sequ".nextval into :NEW."roleId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `galaxia_transitions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_transitions" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `galaxia_user_roles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_user_roles" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "galaxia_user_roles_trig" BEFORE INSERT ON "galaxia_user_roles" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_user_roles_sequ".nextval into :NEW."roleId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `galaxia_workitems` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "galaxia_workitems" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "galaxia_workitems_trig" BEFORE INSERT ON "galaxia_workitems" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "galaxia_workitems_sequ".nextval into :NEW."itemId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `messu_messages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:29 PM -- DROP TABLE "messu_messages" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "messu_messages_trig" BEFORE INSERT ON "messu_messages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "messu_messages_sequ".nextval into :NEW."msgId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- DROP TABLE "sessions" Message: ORA-00900: invalid SQL statement Command: -- -- Table structure for table `tiki_actionlog` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 12:29 AM -- DROP TABLE "tiki_actionlog" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_articles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:30 AM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_articles" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_articles_trig" BEFORE INSERT ON "tiki_articles" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_articles_sequ".nextval into :NEW."articleId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_articles_title" ON "tiki_articles"("title") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_articles_heading" ON "tiki_articles"("heading") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_articles_body" ON "tiki_articles"("body") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_articles_ft" ON "tiki_articles"("title","heading","body") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- DROP TABLE "tiki_article_types" Message: ORA-00942: table or view does not exist Command: -- -- Table structure for table `tiki_banners` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_banners" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_banners_trig" BEFORE INSERT ON "tiki_banners" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_banners_sequ".nextval into :NEW."bannerId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_banning` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_banning" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_banning_trig" BEFORE INSERT ON "tiki_banning" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_banning_sequ".nextval into :NEW."banId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_banning_sections` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_banning_sections" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_blog_activity` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 04:52 PM -- DROP TABLE "tiki_blog_activity" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_blog_posts` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 04:52 PM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_blog_posts" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_blog_posts_trig" BEFORE INSERT ON "tiki_blog_posts" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_blog_posts_sequ".nextval into :NEW."postId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_blog_posts_data" ON "tiki_blog_posts"("data") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_blog_posts_ft" ON "tiki_blog_posts"("data","title") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_blog_posts_images` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_blog_posts_images" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_blog_posts_images_trig" BEFORE INSERT ON "tiki_blog_posts_images" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_blog_posts_images_sequ".nextval into :NEW."imgId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_blogs` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:07 AM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_blogs" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_blogs_trig" BEFORE INSERT ON "tiki_blogs" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_blogs_sequ".nextval into :NEW."blogId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_blogs_title" ON "tiki_blogs"("title") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_blogs_description" ON "tiki_blogs"("description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_blogs_ft" ON "tiki_blogs"("title","description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_calendar_categories` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:05 AM -- DROP TABLE "tiki_calendar_categories" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_calendar_categories_trig" BEFORE INSERT ON "tiki_calendar_categories" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_calendar_categories_sequ".nextval into :NEW."calcatId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE UNIQUE INDEX "tiki_calendar_categories_catname" ON "tiki_calendar_categories"("calendarId","name") Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_calendar_items` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:43 AM -- DROP TABLE "tiki_calendar_items" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_calendar_items_trig" BEFORE INSERT ON "tiki_calendar_items" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_calendar_items_sequ".nextval into :NEW."calitemId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_calendar_items_calendarId" ON "tiki_calendar_items"("calendarId") Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_calendar_locations` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:05 AM -- DROP TABLE "tiki_calendar_locations" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_calendar_locations_trig" BEFORE INSERT ON "tiki_calendar_locations" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_calendar_locations_sequ".nextval into :NEW."callocId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE UNIQUE INDEX "tiki_calendar_locations_locname" ON "tiki_calendar_locations"("calendarId","name") Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_calendar_roles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_calendar_roles" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_calendars` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 05, 2003 at 02:03 PM -- DROP TABLE "tiki_calendars" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_calendars_trig" BEFORE INSERT ON "tiki_calendars" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_calendars_sequ".nextval into :NEW."calendarId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_categories` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 04, 2003 at 09:47 PM -- DROP TABLE "tiki_categories" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_categories_trig" BEFORE INSERT ON "tiki_categories" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_categories_sequ".nextval into :NEW."categId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_categorized_objects` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:09 AM -- DROP TABLE "tiki_categorized_objects" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_categorized_objects_trig" BEFORE INSERT ON "tiki_categorized_objects" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_categorized_objects_sequ".nextval into :NEW."catObjectId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_category_objects` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:09 AM -- DROP TABLE "tiki_category_objects" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_category_sites` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 07, 2003 at 01:53 AM -- DROP TABLE "tiki_category_sites" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_chart_items` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_chart_items" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_chart_items_trig" BEFORE INSERT ON "tiki_chart_items" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_chart_items_sequ".nextval into :NEW."itemId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_charts` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 06, 2003 at 08:14 AM -- DROP TABLE "tiki_charts" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_charts_trig" BEFORE INSERT ON "tiki_charts" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_charts_sequ".nextval into :NEW."chartId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_charts_rankings` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_charts_rankings" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_charts_votes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_charts_votes" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_chat_channels` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_chat_channels" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_chat_channels_trig" BEFORE INSERT ON "tiki_chat_channels" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_chat_channels_sequ".nextval into :NEW."channelId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_chat_messages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_chat_messages" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_chat_messages_trig" BEFORE INSERT ON "tiki_chat_messages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_chat_messages_sequ".nextval into :NEW."messageId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_chat_users` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_chat_users" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_comments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 10:56 PM -- Last check: Jul 11, 2003 at 01:52 AM -- DROP TABLE "tiki_comments" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_comments_trig" BEFORE INSERT ON "tiki_comments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_comments_sequ".nextval into :NEW."threadId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_comments_title" ON "tiki_comments"("title") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_comments_data" ON "tiki_comments"("data") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_comments_ft" ON "tiki_comments"("title","data") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_content` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_content" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_content_trig" BEFORE INSERT ON "tiki_content" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_content_sequ".nextval into :NEW."contentId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_content_templates` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 12:37 AM -- DROP TABLE "tiki_content_templates" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_content_templates_trig" BEFORE INSERT ON "tiki_content_templates" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_content_templates_sequ".nextval into :NEW."templateId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_content_templates_sections` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 12:37 AM -- DROP TABLE "tiki_content_templates_sections" Message: ORA-00900: invalid SQL statement Command: CREATE TABLE "tiki_content_templates_sections" ( "templateId" number(10) default '0' NOT NULL, "section" varchar(250) default '' NOT NULL, PRIMARY KEY ("templateId","section") ) Message: ORA-00972: identifier is too long Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_cookies` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 10, 2003 at 04:00 AM -- DROP TABLE "tiki_cookies" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_cookies_trig" BEFORE INSERT ON "tiki_cookies" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_cookies_sequ".nextval into :NEW."cookieId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_copyrights` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_copyrights" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_copyrights_trig" BEFORE INSERT ON "tiki_copyrights" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_copyrights_sequ".nextval into :NEW."copyrightId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_directory_categories` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:59 PM -- DROP TABLE "tiki_directory_categories" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_directory_categories_trig" BEFORE INSERT ON "tiki_directory_categories" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_directory_categories_sequ".nextval into :NEW."categId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_directory_search` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_directory_search" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_directory_sites` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:32 PM -- DROP TABLE "tiki_directory_sites" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_directory_sites_trig" BEFORE INSERT ON "tiki_directory_sites" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_directory_sites_sequ".nextval into :NEW."siteId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_directory_sites_ft" ON "tiki_directory_sites"("name","description") Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_drawings` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 08, 2003 at 05:02 AM -- DROP TABLE "tiki_drawings" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_drawings_trig" BEFORE INSERT ON "tiki_drawings" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_drawings_sequ".nextval into :NEW."drawId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_dsn` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_dsn" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_dsn_trig" BEFORE INSERT ON "tiki_dsn" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_dsn_sequ".nextval into :NEW."dsnId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- DROP TABLE "tiki_dynamic_variables" Message: ORA-00900: invalid SQL statement Command: -- -- Table structure for table `tiki_eph` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 06, 2003 at 08:23 AM -- DROP TABLE "tiki_eph" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_eph_trig" BEFORE INSERT ON "tiki_eph" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_eph_sequ".nextval into :NEW."ephId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_extwiki` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_extwiki" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_extwiki_trig" BEFORE INSERT ON "tiki_extwiki" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_extwiki_sequ".nextval into :NEW."extwikiId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_faq_questions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_faq_questions" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_faq_questions_trig" BEFORE INSERT ON "tiki_faq_questions" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_faq_questions_sequ".nextval into :NEW."questionId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_faq_questions_faqId" ON "tiki_faq_questions"("faqId") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_faq_questions_question" ON "tiki_faq_questions"("question") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_faq_questions_answer" ON "tiki_faq_questions"("answer") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_faq_questions_ft" ON "tiki_faq_questions"("question","answer") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_faqs` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 09:09 PM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_faqs" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_faqs_trig" BEFORE INSERT ON "tiki_faqs" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_faqs_sequ".nextval into :NEW."faqId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_faqs_title" ON "tiki_faqs"("title") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_faqs_description" ON "tiki_faqs"("description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_faqs_ft" ON "tiki_faqs"("title","description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_featured_links` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 11:08 PM -- DROP TABLE "tiki_featured_links" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_file_galleries` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:13 AM -- DROP TABLE "tiki_file_galleries" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_file_galleries_trig" BEFORE INSERT ON "tiki_file_galleries" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_file_galleries_sequ".nextval into :NEW."galleryId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_files` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:13 AM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_files" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_files_trig" BEFORE INSERT ON "tiki_files" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_files_sequ".nextval into :NEW."fileId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_files_name" ON "tiki_files"("name") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_files_description" ON "tiki_files"("description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_files_ft" ON "tiki_files"("name","description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_forum_attachments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_forum_attachments" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_forum_attachments_trig" BEFORE INSERT ON "tiki_forum_attachments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_forum_attachments_sequ".nextval into :NEW."attId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_forum_reads` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:17 PM -- DROP TABLE "tiki_forum_reads" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_forums` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 11:14 PM -- DROP TABLE "tiki_forums" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_forums_trig" BEFORE INSERT ON "tiki_forums" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_forums_sequ".nextval into :NEW."forumId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_forums_queue` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_forums_queue" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_forums_queue_trig" BEFORE INSERT ON "tiki_forums_queue" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_forums_queue_sequ".nextval into :NEW."qId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_forums_reported` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_forums_reported" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_galleries` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:59 PM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_galleries" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_galleries_trig" BEFORE INSERT ON "tiki_galleries" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_galleries_sequ".nextval into :NEW."galleryId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_galleries_name" ON "tiki_galleries"("name") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_galleries_description" ON "tiki_galleries"("description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_galleries_ft" ON "tiki_galleries"("name","description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_galleries_scales` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_galleries_scales" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_games` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 05, 2003 at 08:23 PM -- DROP TABLE "tiki_games" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_group_inclusion` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 05, 2003 at 02:03 AM -- DROP TABLE "tiki_group_inclusion" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_history` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 12:29 AM -- DROP TABLE "tiki_history" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_hotwords` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 10, 2003 at 11:04 PM -- DROP TABLE "tiki_hotwords" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_html_pages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_html_pages" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_html_pages_dynamic_zones` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_html_pages_dynamic_zones" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_images` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:29 PM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_images" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_images_trig" BEFORE INSERT ON "tiki_images" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_images_sequ".nextval into :NEW."imageId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_images_name" ON "tiki_images"("name") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_images_description" ON "tiki_images"("description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: CREATE INDEX "tiki_images_ft" ON "tiki_images"("name","description") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_images_data` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 12:49 PM -- Last check: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_images_data" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_language` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_language" Message: ORA-00942: table or view does not exist Command: CREATE TABLE "tiki_language" ( "source" blob NOT NULL, "lang" char(2) default '' NOT NULL, "tran" blob, PRIMARY KEY ("source","lang") ) Message: ORA-02329: column of datatype LOB cannot be unique or a primary key Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_languages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_languages" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- INSERT INTO tiki_languages VALUES('en','English') Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_link_cache` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 06:06 PM -- DROP TABLE "tiki_link_cache" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_link_cache_trig" BEFORE INSERT ON "tiki_link_cache" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_link_cache_sequ".nextval into :NEW."cacheId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_links` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 11:39 PM -- DROP TABLE "tiki_links" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_live_support_events` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_live_support_events" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_live_support_events_trig" BEFORE INSERT ON "tiki_live_support_events" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_live_support_events_sequ".nextval into :NEW."eventId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_live_support_message_comments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_live_support_message_comments" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_live_support_message_comments_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TABLE "tiki_live_support_message_comments" ( "cId" number(12) NOT NULL, "msgId" number(12) default NULL, "data" clob, "timestamp" number(14) default NULL, PRIMARY KEY ("cId") ) Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_live_support_message_comments_trig" BEFORE INSERT ON "tiki_live_support_message_comments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_live_support_message_comments_sequ".nextval into :NEW."cId" FROM DUAL Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_live_support_message_comments_trig" BEFORE INSERT ON "tiki_live_support_message_comments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_live_support_message_comments_sequ".nextval into :NEW."cId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_live_support_messages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_live_support_messages" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_live_support_messages_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_live_support_messages_trig" BEFORE INSERT ON "tiki_live_support_messages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_live_support_messages_sequ".nextval into :NEW."msgId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_live_support_modules` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_live_support_modules" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_live_support_modules_trig" BEFORE INSERT ON "tiki_live_support_modules" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_live_support_modules_sequ".nextval into :NEW."modId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- INSERT INTO tiki_live_support_modules(name) VALUES('wiki') Message: ORA-00900: invalid SQL statement Command: INSERT INTO tiki_live_support_modules(name) VALUES('forums') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_live_support_modules(name) VALUES('image galleries') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_live_support_modules(name) VALUES('file galleries') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_live_support_modules(name) VALUES('directory') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_live_support_modules(name) VALUES('workflow') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_live_support_modules(name) VALUES('charts') Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_live_support_operators` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_live_support_operators" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_live_support_requests` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_live_support_requests" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_mail_events` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 05:28 AM -- DROP TABLE "tiki_mail_events" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_mailin_accounts` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_mailin_accounts" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_mailin_accounts_trig" BEFORE INSERT ON "tiki_mailin_accounts" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_mailin_accounts_sequ".nextval into :NEW."accountId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_menu_languages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_menu_languages" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_menu_languages_trig" BEFORE INSERT ON "tiki_menu_languages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_menu_languages_sequ".nextval into :NEW."menuId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_menu_options` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Nov 21, 2003 at 07:05 AM -- DROP TABLE "tiki_menu_options" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_menu_options_trig" BEFORE INSERT ON "tiki_menu_options" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_menu_options_sequ".nextval into :NEW."optionId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Home','tiki-index.php',10,'','','') Message: ORA-00900: invalid SQL statement Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Chat','tiki-chat.php',15,'feature_chat','tiki_p_chat','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Contact us','tiki-contact.php',20,'feature_contact','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Stats','tiki-stats.php',23,'feature_stats','tiki_p_view_stats','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Categories','tiki-categories.php',25,'feature_categories','tiki_p_view_categories','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Games','tiki-games.php',30,'feature_games','tiki_p_play_games','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Calendar','tiki-calendar.php',35,'feature_calendar','tiki_p_view_calendar','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','(debug)',\"javascript:toggle('debugconsole')\",40,'feature_debug_console','tiki_p_admin','') Message: ORA-00911: invalid character Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','MyTiki (click!)','tiki-my_tiki.php',50,'','','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Preferences','tiki-user_preferences.php',55,'feature_userPreferences','','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Messages','messu-mailbox.php',60,'feature_messages','tiki_p_messages','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Tasks','tiki-user_tasks.php',65,'feature_tasks','tiki_p_tasks','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Bookmarks','tiki-user_bookmarks.php',70,'feature_user_bookmarks','tiki_p_create_bookmarks','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Modules','tiki-user_assigned_modules.php',75,'user_assigned_modules','tiki_p_configure_modules','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Newsreader','tiki-newsreader_servers.php',80,'feature_newsreader','tiki_p_newsreader','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Webmail','tiki-webmail.php',85,'feature_webmail','tiki_p_use_webmail','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Notepad','tiki-notepad_list.php',90,'feature_notepad','tiki_p_notepad','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','My files','tiki-userfiles.php',95,'feature_userfiles','tiki_p_userfiles','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','User menu','tiki-usermenu.php',100,'feature_usermenu','','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Mini calendar','tiki-minical.php',105,'feature_minical','','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','My watches','tiki-user_watches.php',110,'feature_user_watches','','Registered') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Workflow','tiki-g-user_processes.php',150,'feature_workflow','tiki_p_use_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin processes','tiki-g-admin_processes.php',155,'feature_workflow','tiki_p_admin_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Monitor processes','tiki-g-monitor_processes.php',160,'feature_workflow','tiki_p_admin_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Monitor activities','tiki-g-monitor_activities.php',165,'feature_workflow','tiki_p_admin_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Monitor instances','tiki-g-monitor_instances.php',170,'feature_workflow','tiki_p_admin_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','User processes','tiki-g-user_processes.php',175,'feature_workflow','tiki_p_use_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','User activities','tiki-g-user_activities.php',180,'feature_workflow','tiki_p_use_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','User instances','tiki-g-user_instances.php',185,'feature_workflow','tiki_p_use_workflow','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Wiki','tiki-index.php',200,'feature_wiki','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Wiki Home','tiki-index.php',202,'feature_wiki','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Last Changes','tiki-lastchanges.php',205,'feature_wiki,feature_lastChanges','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Dump','dump/new.tar',210,'feature_wiki,feature_dump','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Rankings','tiki-wiki_rankings.php',215,'feature_wiki,feature_wiki_rankings','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List pages','tiki-listpages.php',220,'feature_wiki,feature_listPages','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Orphan pages','tiki-orphan_pages.php',225,'feature_wiki,feature_listPages','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Sandbox','tiki-editpage.php?page=sandbox',230,'feature_wiki,feature_sandbox','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Print','tiki-print_pages.php',235,'feature_wiki,feature_wiki_multiprint','tiki_p_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Send pages','tiki-send_objects.php',240,'feature_wiki,feature_comm','tiki_p_view,tiki_p_send_pages','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Received pages','tiki-received_pages.php',245,'feature_wiki,feature_comm','tiki_p_view,tiki_p_admin_received_pages','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Structures','tiki-admin_structures.php',250,'feature_wiki','tiki_p_edit_structures','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Image Galleries','tiki-galleries.php',300,'feature_galleries','tiki_p_view_image_gallery','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Galleries','tiki-galleries.php',305,'feature_galleries','tiki_p_view_image_gallery','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Rankings','tiki-galleries_rankings.php',310,'feature_galleries,feature_gal_rankings','tiki_p_view_image_gallery','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Upload image','tiki-upload_image.php',315,'feature_galleries','tiki_p_upload_images','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','System gallery','tiki-list_gallery.php?galleryId=0',320,'feature_galleries','tiki_p_admin_galleries','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Articles','tiki-view_articles.php',350,'feature_articles','tiki_p_read_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Articles home','tiki-view_articles.php',355,'feature_articles','tiki_p_read_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List articles','tiki-list_articles.php',360,'feature_articles','tiki_p_read_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Rankings','tiki-cms_rankings.php',365,'feature_articles,feature_cms_ranking','tiki_p_read_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Submit article','tiki-edit_submission.php',370,'feature_articles,feature_submissions','tiki_p_read_article,tiki_p_submit_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','View submissions','tiki-list_submissions.php',375,'feature_articles,feature_submissions','tiki_p_read_article,tiki_p_submit_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','View submissions','tiki-list_submissions.php',375,'feature_articles,feature_submissions','tiki_p_read_article,tiki_p_approve_submission','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','View submissions','tiki-list_submissions.php',375,'feature_articles,feature_submissions','tiki_p_read_article,tiki_p_remove_submission','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Edit article','tiki-edit_article.php',380,'feature_articles','tiki_p_read_article,tiki_p_edit_article','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Send articles','tiki-send_objects.php',385,'feature_articles,feature_comm','tiki_p_read_article,tiki_p_send_articles','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Received articles','tiki-send_objects.php',385,'feature_articles,feature_comm','tiki_p_read_article,tiki_p_send_articles','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin topics','tiki-admin_topics.php',390,'feature_articles','tiki_p_read_article,tiki_p_admin_cms','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin types','tiki-articles_types.php',395,'feature_articles','tiki_p_read_article,tiki_p_admin_cms','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Blogs','tiki-list_blogs.php',450,'feature_blogs','tiki_p_read_blog','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List blogs','tiki-list_blogs.php',455,'feature_blogs','tiki_p_read_blog','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Rankings','tiki-blogs_rankings.php',460,'feature_blogs,feature_blog_rankings','tiki_p_read_blog','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Create/Edit blog','tiki-edit_blog.php',465,'feature_blogs','tiki_p_read_blog,tiki_p_create_blogs','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Post','tiki-blog_post.php',470,'feature_blogs','tiki_p_read_blog,tiki_p_blog_post','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin posts','tiki-list_posts.php',475,'feature_blogs','tiki_p_read_blog,tiki_p_blog_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Forums','tiki-forums.php',500,'feature_forums','tiki_p_forum_read','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List forums','tiki-forums.php',505,'feature_forums','tiki_p_forum_read','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Rankings','tiki-forum_rankings.php',510,'feature_forums,feature_forum_rankings','tiki_p_forum_read','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin forums','tiki-admin_forums.php',515,'feature_forums','tiki_p_forum_read,tiki_p_admin_forum','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Directory','tiki-directory_browse.php',550,'feature_directory','tiki_p_view_directory','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Submit a new link','tiki-directory_add_site.php',555,'feature_directory','tiki_p_view_directory','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Browse directory','tiki-directory_browse.php',560,'feature_directory','tiki_p_view_directory','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin directory','tiki-directory_admin.php',565,'feature_directory','tiki_p_view_directory,tiki_p_admin_directory_cats','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin directory','tiki-directory_admin.php',565,'feature_directory','tiki_p_view_directory,tiki_p_admin_directory_sites','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin directory','tiki-directory_admin.php',565,'feature_directory','tiki_p_view_directory,tiki_p_validate_links','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','File Galleries','tiki-file_galleries.php',600,'feature_file_galleries','tiki_p_view_file_gallery','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List galleries','tiki-file_galleries.php',605,'feature_file_galleries','tiki_p_view_file_gallery','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Rankings','tiki-file_galleries_rankings.php',610,'feature_file_galleries,feature_file_galleries_rankings','tiki_p_view_file_gallery','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Upload \"File\"','tiki-upload_file.php',615,'feature_file_galleries','tiki_p_view_file_gallery,tiki_p_upload_files','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','FAQs','tiki-list_faqs.php',650,'feature_faqs','tiki_p_view_faqs','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List FAQs','tiki-list_faqs.php',665,'feature_faqs','tiki_p_view_faqs','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin FAQs','tiki-list_faqs.php',660,'feature_faqs','tiki_p_admin_faqs','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Maps','tiki-map.phtml',700,'feature_maps','tiki_p_map_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Mapfiles','tiki-map_edit.php',705,'feature_maps','tiki_p_map_view','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Layer management','tiki-map_upload.php',710,'feature_maps','tiki_p_map_edit','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Quizzes','tiki-list_quizzes.php',750,'feature_quizzes','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List quizzes','tiki-list_quizzes.php',755,'feature_quizzes','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Quiz stats','tiki-quiz_stats.php',760,'feature_quizzes','tiki_p_view_quiz_stats','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin quiz','tiki-edit_quiz.php',765,'feature_quizzes','tiki_p_admin_quizzes','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Trackers','tiki-list_trackers.php',800,'feature_trackers','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List trackers','tiki-list_trackers.php',805,'feature_trackers','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin trackers','tiki-admin_trackers.php',810,'feature_trackers','tiki_p_admin_trackers','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Surveys','tiki-list_surveys.php',850,'feature_surveys','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','List surveys','tiki-list_surveys.php',855,'feature_surveys','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Stats','tiki-surveys_stats.php',860,'feature_surveys','tiki_p_view_survey_stats','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin surveys','tiki-admin_surveys.php',865,'feature_surveys','tiki_p_admin_surveys','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Newsletters','tiki-newsletters.php',900,'feature_newsletters','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Send newsletters','tiki-send_newsletters.php',905,'feature_newsletters','tiki_p_admin_newsletters','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin newsletters','tiki-admin_newsletters.php',910,'feature_newsletters','tiki_p_admin_newsletters','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Ephemerides','tiki-eph.php',950,'feature_eph','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Admin','tiki-eph_admin.php',955,'feature_eph','tiki_p_eph_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Charts','tiki-charts.php',1000,'feature_charts','','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Charts','tiki-admin_charts.php',1005,'feature_charts','tiki_p_admin_charts','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_chat','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_categories','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_banners','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_edit_templates','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_edit_cookies','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_dynamic','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_mailin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_edit_content_templates','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_edit_html_pages','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_view_referer_stats','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_drawings','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_shoutbox','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','tiki_p_admin_live_support','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'','user_is_operator','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'s','Admin (click!)','tiki-admin.php',1050,'feature_integrator','tiki_p_admin_integrator','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Live support','tiki-live_support_admin.php',1055,'feature_live_support','tiki_p_live_support_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Live support','tiki-live_support_admin.php',1055,'feature_live_support','user_is_operator','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Banning','tiki-admin_banning.php',1060,'feature_banning','tiki_p_admin_banning','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Calendar','tiki-admin_calendars.php',1065,'feature_calendar','tiki_p_admin_calendar','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Users','tiki-adminusers.php',1070,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Groups','tiki-admingroups.php',1075,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Cache','tiki-list_cache.php',1080,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Modules','tiki-admin_modules.php',1085,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Links','tiki-admin_links.php',1090,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Hotwords','tiki-admin_hotwords.php',1095,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','RSS modules','tiki-admin_rssmodules.php',1100,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Menus','tiki-admin_menus.php',1105,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Polls','tiki-admin_polls.php',1110,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Backups','tiki-backup.php',1115,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Mail notifications','tiki-admin_notifications.php',1120,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Search stats','tiki-search_stats.php',1125,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Theme control','tiki-theme_control.php',1130,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','QuickTags','tiki-admin_quicktags.php',1135,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Chat','tiki-admin_chat.php',1140,'','tiki_p_admin_chat','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Categories','tiki-admin_categories.php',1145,'','tiki_p_admin_categories','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Banners','tiki-list_banners.php',1150,'','tiki_p_admin_banners','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Edit templates','tiki-edit_templates.php',1155,'','tiki_p_edit_templates','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Drawings','tiki-admin_drawings.php',1160,'','tiki_p_admin_drawings','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Dynamic content','tiki-list_contents.php',1165,'','tiki_p_admin_dynamic','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Cookies','tiki-admin_cookies.php',1170,'','tiki_p_edit_cookies','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Mail-in','tiki-admin_mailin.php',1175,'','tiki_p_admin_mailin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Content templates','tiki-admin_content_templates.php',1180,'','tiki_p_edit_content_templates','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','HTML pages','tiki-admin_html_pages.php',1185,'','tiki_p_edit_html_pages','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Shoutbox','tiki-shoutbox.php',1190,'','tiki_p_admin_shoutbox','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Referer stats','tiki-referer_stats.php',1195,'','tiki_p_view_referer_stats','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Edit languages','tiki-edit_languages.php',1200,'','tiki_p_edit_languages,lang_use_db','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Integrator','tiki-admin_integrator.php',1205,'feature_integrator','tiki_p_admin_integrator','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','Import PHPWiki Dump','tiki-import_phpwiki.php',1210,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','phpinfo','tiki-phpinfo.php',1215,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','DSN','tiki-admin_dsn.php',1220,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_menu_options" ("menuId","type","name","url","position","section","perm","groupname") VALUES (42,'o','External wikis','tiki-admin_external_wikis.php',1225,'','tiki_p_admin','') Message: ORA-04098: trigger 'WIKI.tiki_menu_options_trig' is invalid and failed re-validation Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_menus` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_menus" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_menus_trig" BEFORE INSERT ON "tiki_menus" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_menus_sequ".nextval into :NEW."menuId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- INSERT INTO "tiki_menus" ("menuId","name","description","type") VALUES ('42','Application menu','Main extensive navigation menu','d') Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_minical_events` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 09, 2003 at 04:06 AM -- DROP TABLE "tiki_minical_events" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_minical_events_trig" BEFORE INSERT ON "tiki_minical_events" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_minical_events_sequ".nextval into :NEW."eventId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_minical_topics` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_minical_topics" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_minical_topics_trig" BEFORE INSERT ON "tiki_minical_topics" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_minical_topics_sequ".nextval into :NEW."topicId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_modules` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 11:44 PM -- DROP TABLE "tiki_modules" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_newsletter_subscriptions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_newsletter_subscriptions" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_newsletters` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_newsletters" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_newsletters_trig" BEFORE INSERT ON "tiki_newsletters" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_newsletters_sequ".nextval into :NEW."nlId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_newsreader_marks` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_newsreader_marks" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_newsreader_servers` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_newsreader_servers" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_newsreader_servers_trig" BEFORE INSERT ON "tiki_newsreader_servers" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_newsreader_servers_sequ".nextval into :NEW."serverId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_page_footnotes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 10:00 AM -- Last check: Jul 12, 2003 at 10:00 AM -- DROP TABLE "tiki_page_footnotes" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_pages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:52 AM -- Last check: Jul 12, 2003 at 10:01 AM -- DROP TABLE "tiki_pages" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_pages_trig" BEFORE INSERT ON "tiki_pages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_pages_sequ".nextval into :NEW."page_id" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_pages_data" ON "tiki_pages"("data") Message: ORA-00900: invalid SQL statement Command: CREATE INDEX "tiki_pages_ft" ON "tiki_pages"("pageName","description","data") Message: ORA-02327: cannot create index on expression with datatype LOB Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_pageviews` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:52 AM -- DROP TABLE "tiki_pageviews" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_poll_options` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 06, 2003 at 07:57 PM -- DROP TABLE "tiki_poll_options" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_poll_options_trig" BEFORE INSERT ON "tiki_poll_options" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_poll_options_sequ".nextval into :NEW."optionId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_polls` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 06, 2003 at 07:57 PM -- DROP TABLE "tiki_polls" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_polls_trig" BEFORE INSERT ON "tiki_polls" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_polls_sequ".nextval into :NEW."pollId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_preferences` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 12:04 PM -- DROP TABLE "tiki_preferences" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_private_messages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_private_messages" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_private_messages_trig" BEFORE INSERT ON "tiki_private_messages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_private_messages_sequ".nextval into :NEW."messageId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_programmed_content` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_programmed_content" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_programmed_content_trig" BEFORE INSERT ON "tiki_programmed_content" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_programmed_content_sequ".nextval into :NEW."pId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_quiz_question_options` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_quiz_question_options" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_quiz_question_options_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_quiz_question_options_trig" BEFORE INSERT ON "tiki_quiz_question_options" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_quiz_question_options_sequ".nextval into :NEW."optionId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_quiz_questions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_quiz_questions" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_quiz_questions_trig" BEFORE INSERT ON "tiki_quiz_questions" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_quiz_questions_sequ".nextval into :NEW."questionId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_quiz_results` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_quiz_results" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_quiz_results_trig" BEFORE INSERT ON "tiki_quiz_results" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_quiz_results_sequ".nextval into :NEW."resultId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_quiz_stats` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_quiz_stats" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_quiz_stats_sum` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_quiz_stats_sum" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_quizzes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_quizzes" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_quizzes_trig" BEFORE INSERT ON "tiki_quizzes" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_quizzes_sequ".nextval into :NEW."quizId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_received_articles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_received_articles" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_received_articles_trig" BEFORE INSERT ON "tiki_received_articles" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_received_articles_sequ".nextval into :NEW."receivedArticleId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_received_pages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 09, 2003 at 03:56 AM -- DROP TABLE "tiki_received_pages" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_received_pages_trig" BEFORE INSERT ON "tiki_received_pages" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_received_pages_sequ".nextval into :NEW."receivedPageId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_referer_stats` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:30 AM -- DROP TABLE "tiki_referer_stats" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_related_categories` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_related_categories" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_rss_modules` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 10:19 AM -- DROP TABLE "tiki_rss_modules" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_rss_modules_trig" BEFORE INSERT ON "tiki_rss_modules" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_rss_modules_sequ".nextval into :NEW."rssId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_rss_feeds` -- -- Creation: Oct 14, 2003 at 20:34 PM -- Last update: Oct 14, 2003 at 20:34 PM -- DROP TABLE "tiki_rss_feeds" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- DROP TABLE "tiki_searchindex" Message: ORA-00942: table or view does not exist Command: -- -- Table structure for table `tiki_search_stats` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 10:55 PM -- DROP TABLE "tiki_search_stats" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_semaphores` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:52 AM -- DROP TABLE "tiki_semaphores" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_sent_newsletters` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_sent_newsletters" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_sent_newsletters_trig" BEFORE INSERT ON "tiki_sent_newsletters" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_sent_newsletters_sequ".nextval into :NEW."editionId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_sessions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:52 AM -- DROP TABLE "tiki_sessions" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_shoutbox` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:21 PM -- DROP TABLE "tiki_shoutbox" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_shoutbox_trig" BEFORE INSERT ON "tiki_shoutbox" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_shoutbox_sequ".nextval into :NEW."msgId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_structures` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_structures" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_structures_trig" BEFORE INSERT ON "tiki_structures" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_structures_sequ".nextval into :NEW."page_ref_id" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_structures_pidpaid" ON "tiki_structures"("page_id","parent_id") Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_submissions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 08, 2003 at 04:16 PM -- DROP TABLE "tiki_submissions" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_submissions_trig" BEFORE INSERT ON "tiki_submissions" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_submissions_sequ".nextval into :NEW."subId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_suggested_faq_questions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 08:52 PM -- DROP TABLE "tiki_suggested_faq_questions" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_suggested_faq_questions_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_suggested_faq_questions_trig" BEFORE INSERT ON "tiki_suggested_faq_questions" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_suggested_faq_questions_sequ".nextval into :NEW."sfqId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_survey_question_options` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 12:55 AM -- DROP TABLE "tiki_survey_question_options" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_survey_question_options_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_survey_question_options_trig" BEFORE INSERT ON "tiki_survey_question_options" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_survey_question_options_sequ".nextval into :NEW."optionId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_survey_questions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 11:55 PM -- DROP TABLE "tiki_survey_questions" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_survey_questions_trig" BEFORE INSERT ON "tiki_survey_questions" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_survey_questions_sequ".nextval into :NEW."questionId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_surveys` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:40 PM -- DROP TABLE "tiki_surveys" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_surveys_trig" BEFORE INSERT ON "tiki_surveys" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_surveys_sequ".nextval into :NEW."surveyId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_tags` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 06, 2003 at 02:58 AM -- DROP TABLE "tiki_tags" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_theme_control_categs` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_theme_control_categs" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_theme_control_objects` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_theme_control_objects" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_theme_control_sections` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_theme_control_sections" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_topics` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 04, 2003 at 10:10 PM -- DROP TABLE "tiki_topics" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_topics_trig" BEFORE INSERT ON "tiki_topics" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_topics_sequ".nextval into :NEW."topicId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_tracker_fields` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 08, 2003 at 01:48 PM -- DROP TABLE "tiki_tracker_fields" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_tracker_fields_trig" BEFORE INSERT ON "tiki_tracker_fields" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_tracker_fields_sequ".nextval into :NEW."fieldId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_tracker_item_attachments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_tracker_item_attachments" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_tracker_item_attachments_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_tracker_item_attachments_trig" BEFORE INSERT ON "tiki_tracker_item_attachments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_tracker_item_attachments_sequ".nextval into :NEW."attId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_tracker_item_comments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:12 AM -- DROP TABLE "tiki_tracker_item_comments" Message: ORA-00900: invalid SQL statement Command: CREATE SEQUENCE "tiki_tracker_item_comments_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_tracker_item_comments_trig" BEFORE INSERT ON "tiki_tracker_item_comments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_tracker_item_comments_sequ".nextval into :NEW."commentId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_tracker_item_fields` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:26 AM -- DROP TABLE "tiki_tracker_item_fields" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_tracker_items` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:26 AM -- DROP TABLE "tiki_tracker_items" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_tracker_items_trig" BEFORE INSERT ON "tiki_tracker_items" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_tracker_items_sequ".nextval into :NEW."itemId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_trackers` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:26 AM -- DROP TABLE "tiki_trackers" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_trackers_trig" BEFORE INSERT ON "tiki_trackers" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_trackers_sequ".nextval into :NEW."trackerId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_untranslated` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_untranslated" Message: ORA-00900: invalid SQL statement Command: CREATE TABLE "tiki_untranslated" ( "id" number(14) NOT NULL, "source" blob NOT NULL, "lang" char(2) default '' NOT NULL, PRIMARY KEY ("source","lang") ) Message: ORA-02329: column of datatype LOB cannot be unique or a primary key Command: CREATE TRIGGER "tiki_untranslated_trig" BEFORE INSERT ON "tiki_untranslated" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_untranslated_sequ".nextval into :NEW."id" FROM DUAL Message: ORA-02329: column of datatype LOB cannot be unique or a primary key Command: CREATE TRIGGER "tiki_untranslated_trig" BEFORE INSERT ON "tiki_untranslated" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_untranslated_sequ".nextval into :NEW."id" FROM DUAL; END; Message: ORA-00942: table or view does not exist Command: / CREATE INDEX "tiki_untranslated_id_2" ON "tiki_untranslated"("id") Message: ORA-00900: invalid SQL statement Command: CREATE UNIQUE INDEX "tiki_untranslated_id" ON "tiki_untranslated"("id") Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_answers` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_user_answers" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_assigned_modules` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:25 PM -- DROP TABLE "tiki_user_assigned_modules" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_bookmarks_folders` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 08:35 AM -- DROP TABLE "tiki_user_bookmarks_folders" Message: ORA-00942: table or view does not exist Command: CREATE SEQUENCE "tiki_user_bookmarks_folders_sequ" INCREMENT BY 1 START WITH 1 Message: ORA-00972: identifier is too long Command: CREATE TRIGGER "tiki_user_bookmarks_folders_trig" BEFORE INSERT ON "tiki_user_bookmarks_folders" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_bookmarks_folders_sequ".nextval into :NEW."folderId" FROM DUAL; END; Message: ORA-00972: identifier is too long Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_bookmarks_urls` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 08:36 AM -- DROP TABLE "tiki_user_bookmarks_urls" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_user_bookmarks_urls_trig" BEFORE INSERT ON "tiki_user_bookmarks_urls" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_bookmarks_urls_sequ".nextval into :NEW."urlId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_mail_accounts` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_user_mail_accounts" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_user_mail_accounts_trig" BEFORE INSERT ON "tiki_user_mail_accounts" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_mail_accounts_sequ".nextval into :NEW."accountId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_menus` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 10:58 PM -- DROP TABLE "tiki_user_menus" Message: ORA-00900: invalid SQL statement Command: CREATE TRIGGER "tiki_user_menus_trig" BEFORE INSERT ON "tiki_user_menus" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_menus_sequ".nextval into :NEW."menuId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_modules` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 05, 2003 at 03:16 AM -- DROP TABLE "tiki_user_modules" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_notes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:52 AM -- DROP TABLE "tiki_user_notes" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_user_notes_trig" BEFORE INSERT ON "tiki_user_notes" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_notes_sequ".nextval into :NEW."noteId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_postings` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:12 AM -- DROP TABLE "tiki_user_postings" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_preferences` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:09 AM -- DROP TABLE "tiki_user_preferences" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_quizzes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_user_quizzes" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_user_quizzes_trig" BEFORE INSERT ON "tiki_user_quizzes" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_quizzes_sequ".nextval into :NEW."userResultId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_taken_quizzes` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_user_taken_quizzes" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_tasks` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 08, 2003 at 05:30 PM -- DROP TABLE "tiki_user_tasks" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_user_tasks_trig" BEFORE INSERT ON "tiki_user_tasks" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_user_tasks_sequ".nextval into :NEW."taskId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_votings` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 11:55 PM -- DROP TABLE "tiki_user_votings" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_user_watches` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 08:07 AM -- DROP TABLE "tiki_user_watches" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_userfiles` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_userfiles" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_userfiles_trig" BEFORE INSERT ON "tiki_userfiles" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_userfiles_sequ".nextval into :NEW."fileId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_userpoints` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 05:47 AM -- DROP TABLE "tiki_userpoints" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_users` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_users" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_webmail_contacts` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_webmail_contacts" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_webmail_contacts_trig" BEFORE INSERT ON "tiki_webmail_contacts" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_webmail_contacts_sequ".nextval into :NEW."contactId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_webmail_messages` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_webmail_messages" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `tiki_wiki_attachments` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_wiki_attachments" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_wiki_attachments_trig" BEFORE INSERT ON "tiki_wiki_attachments" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_wiki_attachments_sequ".nextval into :NEW."attId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- -- -- Table structure for table `tiki_zones` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 07:42 PM -- DROP TABLE "tiki_zones" Message: ORA-00900: invalid SQL statement Command: -- -------------------------------------------------------- -- -- Table structure for table `users_grouppermissions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 07:22 AM -- DROP TABLE "users_grouppermissions" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `users_groups` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 03, 2003 at 08:57 PM -- DROP TABLE "users_groups" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `users_objectpermissions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 07:20 AM -- DROP TABLE "users_objectpermissions" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `users_permissions` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 11, 2003 at 07:22 AM -- DROP TABLE "users_permissions" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `users_usergroups` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 12, 2003 at 09:31 PM -- DROP TABLE "users_usergroups" Message: ORA-00942: table or view does not exist Command: -- -------------------------------------------------------- -- -- Table structure for table `users_users` -- -- Creation: Jul 03, 2003 at 07:42 PM -- Last update: Jul 13, 2003 at 01:07 AM -- DROP TABLE "users_users" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "users_users_trig" BEFORE INSERT ON "users_users" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "users_users_sequ".nextval into :NEW."userId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -------------------------------------------------------- ------ Administrator account INSERT INTO "users_users" ("email","login","password","hash") VALUES ('','admin','admin','f6fdffe48c908deb0f4c3bd36c032e72') Message: ORA-00900: invalid SQL statement Command: -- -- Table structure for table 'tiki_integrator_reps' -- DROP TABLE "tiki_integrator_reps" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_integrator_reps_trig" BEFORE INSERT ON "tiki_integrator_reps" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_integrator_reps_sequ".nextval into :NEW."repID" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / -- -- Dumping data for table 'tiki_integrator_reps' -- INSERT INTO tiki_integrator_reps VALUES ('1','Doxygened (1.3.4) Documentation','','index.html','doxygen.css','n','y','0','Use this repository as rule source for all your repositories based on doxygened docs. To setup yours just add new repository and copy rules from this repository :)') Message: ORA-00900: invalid SQL statement Command: -- -- Table structure for table 'tiki_integrator_rules' -- DROP TABLE "tiki_integrator_rules" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_integrator_rules_trig" BEFORE INSERT ON "tiki_integrator_rules" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_integrator_rules_sequ".nextval into :NEW."ruleID" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / CREATE INDEX "tiki_integrator_rules_repID" ON "tiki_integrator_rules"("repID") Message: ORA-00900: invalid SQL statement Command: -- -- Dumping data for table 'tiki_integrator_rules' -- INSERT INTO tiki_integrator_rules VALUES ('1','1','1','.*<body[^>]*?>(.*?)</body.*','\1','y','n','i','y','Extract code between <BODY> tags') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_integrator_rules VALUES ('2','1','2','img src=(\"|\')(?!http://)','img src=\1{path}/','y','n','i','y','Fix images path') Message: ORA-00942: table or view does not exist Command: INSERT INTO tiki_integrator_rules VALUES ('3','1','3','href=(\"|\')(?!(--|(http|ftp)://))','href=\1tiki-integrator.php?repID={repID}&file=','y','n','i','y','Relace internal links to integrator. Dont touch an external links.') Message: ORA-00933: SQL command not properly ended Command: -- -- Table structures for table 'tiki_quicktags' -- DROP TABLE "tiki_quicktags" Message: ORA-00942: table or view does not exist Command: CREATE TRIGGER "tiki_quicktags_trig" BEFORE INSERT ON "tiki_quicktags" REFERENCING NEW AS NEW OLD AS OLD FOR EACH ROW BEGIN SELECT "tiki_quicktags_sequ".nextval into :NEW."tagId" FROM DUAL; END; Message: ORA-24344: success with compilation error Command: / INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('bold','__text__','images/ed_format_bold.gif') Message: ORA-00900: invalid SQL statement Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('italic','\'\'text\'\'','images/ed_format_italic.gif') Message: ORA-00911: invalid character Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('underline','===text===','images/ed_format_underline.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('table','||r1c1|r1c2||r2c1|r2c2||','images/insert_table.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('table new','||r1c1|r1c2\nr2c1|r2c2||','images/insert_table.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('external link','[http://example.com|text]','images/ed_link.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('wiki link','((text))','images/ed_copy.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('heading1','!text','images/ed_custom.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('title bar','-=text=-','images/fullscreen_maximize.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('box','^text^','images/ed_about.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('rss feed','{rss id= }','images/ico_link.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('dynamic content','{content id= }','images/book.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('tagline','{cookie}','images/footprint.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('hr','---','images/ed_hr.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('center text','::text::','images/ed_align_center.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('colored text','~~--FF0000:text~~','images/fontfamily.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('dynamic variable','%text%','images/book.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: INSERT INTO "tiki_quicktags" ("taglabel","taginsert","tagicon") VALUES ('image','{img src= width= height= align= desc= link= }','images/ed_image.gif') Message: ORA-04098: trigger 'WIKI.tiki_quicktags_trig' is invalid and failed re-validation Command: # Default installation profile Message: ORA-00911: invalid character