[Dbconfig-common-changes] dbconfig-common/debian changelog, 1.93, 1.93.2.1 dbconfig-common.templates, 1.26, 1.26.2.1

xerakko-guest at haydn.debian.org xerakko-guest at haydn.debian.org
Fri Dec 30 09:57:43 CET 2005


Update of /cvsroot/dbconfig-common/dbconfig-common/debian
In directory haydn:/tmp/cvs-serv5136/debian

Modified Files:
      Tag: ORACLE
	changelog dbconfig-common.templates 
Log Message:
more files for initial support for oracle


Index: changelog
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/changelog,v
retrieving revision 1.93
retrieving revision 1.93.2.1
diff -u -d -r1.93 -r1.93.2.1
--- changelog	23 Dec 2005 22:35:04 -0000	1.93
+++ changelog	30 Dec 2005 08:57:35 -0000	1.93.2.1
@@ -1,18 +1,24 @@
 dbconfig-common (1.8.10) unstable; urgency=high
 
+  [ sean finney ]
   [sean finney]
   * dbc was not telling dbconfig-generate-include to register output
     files with ucf, and thus bad things could happen for people who
     wanted to configure their systems manually, or otherwise customize
     such files.  this causes rc behavior in packages that use dbc, so
     the urgency is thus set to high (closes: #343691).
-  * updated Danish debconf translations from 
+  * updated Danish debconf translations from
     Claus Hindsgaul (closes: #343609).
 
   [christian perrier]
   * corrected typo in French translation
 
- -- sean finney <seanius at debian.org>  Tue, 20 Dec 2005 01:03:07 +0100
+  [ Miguel Gea Milvaques ]
+  * added dh_make templates
+  * added initial oracle support (experimental)
+  * modified examples to support oracle
+
+ -- Miguel Gea Milvaques <debian at miguelgea.com>  Fri, 30 Dec 2005 09:20:14 +0100
 
 dbconfig-common (1.8.9) unstable; urgency=low
 

Index: dbconfig-common.templates
===================================================================
RCS file: /cvsroot/dbconfig-common/dbconfig-common/debian/dbconfig-common.templates,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- dbconfig-common.templates	9 Nov 2005 22:33:05 -0000	1.26
+++ dbconfig-common.templates	30 Dec 2005 08:57:35 -0000	1.26.2.1
@@ -263,6 +263,12 @@
  PostgreSQL access may need to be reconfigured to allow
  password-authenticated access.
 
+Template: dbconfig-common/oracle/app-pass
+Type: password
+_Description: Oracle application password for ${pkg}:
+ Please provide a password for ${pkg} to register with the database
+ server.  If left blank, a random password will be generated for you.
+
 Template: dbconfig-common/pgsql/admin-user
 Type: string
 Default: postgres
@@ -271,6 +277,14 @@
  administrative actions?  This user is the one which is able to create
  new database users.
 
+Template: dbconfig-common/oracle/admin-user
+Type: string
+Default: oracle
+_Description: Name of your database's administrative user:
+ What is the name of the account with which this package should perform
+ administrative actions?  This user is the one which is able to create
+ new databases.
+
 Template: dbconfig-common/pgsql/admin-pass
 Type: password
 _Description: Password of your database's administrative user:
@@ -279,6 +293,22 @@
  a database password is not required, since authentication is done at the
  system level.)
 
+Template: dbconfig-common/oracle/admin-pass
+Type: password
+_Description: Password of your database's administrative user:
+ What is the password for the account with which this package should perform
+ administrative actions? 
+
+Template: dbconfig-common/oracle/sys-pass
+Type: password
+_Description: Password of your database's "sys" user:
+ What will be the password for the "sys" user?
+
+Template: dbconfig-common/oracle/system-pass
+Type: password
+_Description: Password of your database's "system" user:
+ What is the password for the "system" user?
+
 Template: dbconfig-common/pgsql/authmethod-admin
 Type: select
 __Choices: ident, password
@@ -325,6 +355,24 @@
  For a default Debian PostgreSQL installation running on the same host,
  you probably want "ident".
 
+Template: dbconfig-common/oracle/authmethod-app-user
+Type: select
+__Choices: local, external, global
+Default: local
+_Description: Method for authenticating the application user:
+ Oracle servers provide several different mechanisms for authenticating
+ users.  Please select what authentication method the database should use  
+ to authenticate the application database user.
+ .
+ * Local users
+ A "local" user needs a password to log on to the database.
+ .
+ * External users
+ An "external" user, unlike a local user, doesn't need a password to log on to the database, instead, an external service (such as the operating system) authenticates the user when (s)he logs on the database.
+ .
+ * Global users
+ A "global" user, like an external user, doesn't need a password to log on to the database, instead, (s)he is authenticated by an enterprise directory service (such as X.509). 
+
 Template: dbconfig-common/pgsql/no-user-choose-other-method
 Type: note
 _Description: Choose a different PostgreSQL connection method?
@@ -350,6 +398,19 @@
  .
  ${pghbaline}
 
+Template: dbconfig-common/oracle/changeconf
+Type: boolean
+Default: false
+_Description: Change Oracle configuration automatically?
+ It has been determined that the database installation for ${pkg}
+ can not be automatically accomplished without making changes to
+ your Oracle server oratab file.  It is suggested that this
+ be done by dbconfig-common when your package is installed.  If you
+ would prefer that this be done manually (or not at all), please add
+ the following line to your /etc/oratab:
+ .
+ ${pghbaline}
+
 Template: dbconfig-common/pgsql/revertconf
 Type: boolean
 Default: false
@@ -371,6 +432,14 @@
  to edit the configuration of your PostgreSQL server. You may be able to
  find help in the file /usr/share/doc/${pkg}/README.Debian.
 
+
+Template: dbconfig-common/oracle/manualconf
+Type: note
+_Description: Please change /etc/oratab
+ To get the database for package ${pkg} bootstrapped you have
+ to edit the configuration of your Oracle server. You may be able to
+ find help in the file /usr/share/doc/${pkg}/README.Debian.
+
 Template: dbconfig-common/pgsql/no-empty-passwords
 Type: note
 _Description: PostgreSQL does not support empty passwords.
@@ -382,3 +451,23 @@
  ${pkg}.  Later, these settings will be validated, and if there is
  any problem with loading or using them you will be given the option to
  enter them again later.
+
+Template: dbconfig-common/oracle/database-template
+Type: select
+__Choices: Data_Warehouse, General_Purpose, Transaction_Processing
+Default: General_Purpose
+_Description: Select the database template.
+ To create the database, it will be used dbca tool to create it, and it will use
+ one of the known templates. The default templates are:
+ .
+ * Data_Warehouse
+ .
+ * General_Purpose
+ .
+ * Transaction_Processing
+ ************************* INCOMPLETE DESCRIPTION *********************
+
+Template: dbconfig-common/oracle/oracle-home
+Type: string
+_Description: ORACLE_HOME variable value?
+ ORACLE_HOME variable is needed to correctly populate the database.




More information about the Dbconfig-common-changes mailing list