| Last update of the software : August 26 2023 : Version 1.41c |
|
InitialisationYou must create first a sequence :CREATE SEQUENCE seq_family MINVALUE 1 MAXVALUE 999999 START WITH 1 INCREMENT BY 1 CACHE 20; Batch modeYou can execute oxy-gen in command line. Then it will load prefs.ini that is found in the same folder. You must launch first Oxy-Gen without command line to choose your options.For the command line, the first parameter is the gedcom file and the second parameter is the output file name. All other options are found in the prefs.ini even generation type (don't forget to choose Oracle and not HTML). To modify prefs.ini, use/execute Oxy-Gen without command line. Exemple : oxy-gen my-gedcom.ged c:\scripts_ora\oxy Then you can use sqlplus to execute sql files and fill your database. Database tablesOxy-Gen create sql files which contain information necessary to the construction of the genealogical base. ptp.sql : Patronyms table
lix.sql : City table
lix.sql : Zone table
lix.sql : Country table
ind.sql : Individuals table
evt.sql : Event type table
evs.sql : Event list table
create_base.sqlThis file create the table. You should execute this script only the first type.family.sql : family table
|