[
https://issues.apache.org/jira/browse/FTPSERVER-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Niklas Gustavsson closed FTPSERVER-60.
--------------------------------------
Resolution: Fixed
svn commit "/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java"
"/media/big/home/svn/apache/ftpserver-trunk/distribution" -m "Replacing UID
with USERID to make the DbUserManager work on Oracle (FTPSERVER-60 &
FTPSERVER-142)" --username "ngn"
M
/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/AbstractUserManager.java
M /media/big/home/svn/apache/ftpserver-trunk/distribution/res/ftp-db.sql
Transmitting file data:
/media/big/home/svn/apache/ftpserver-trunk/core/src/main/java/org/apache/ftpserver/usermanager/AbstractUserManager.java
Transmitting file data:
/media/big/home/svn/apache/ftpserver-trunk/distribution/res/ftp-db.sql
Committed revision 681154
> Problems with ColumnName UID on Oracle Database
> -----------------------------------------------
>
> Key: FTPSERVER-60
> URL: https://issues.apache.org/jira/browse/FTPSERVER-60
> Project: FtpServer
> Issue Type: Wish
> Affects Versions: 1.0-M1
> Environment: Oracle 9 Database on Linux OS
> Reporter: Dieter Lamberty
> Assignee: Niklas Gustavsson
> Priority: Minor
> Fix For: 1.0-M3
>
>
> We had a problem creating the user table on an Oracle 9 Database. When we
> tried it, we got a message saying that UID is not allowed as ColumnName. We
> changed the code to use UserId as Columnname and everything works fine.
> Is it possible to change the database schema that way or, even better, let
> the user configure (using the property file) which name for which column?
> This shouldn't be a big problem to implement but would help us a lot and the
> second choice also has no side effects as the current names could be used.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.