Dears,
When, I update otrs 5 to 6, Show this error. This database is Oracle, Any suggestion?
su -c "/opt/otrs/bin/otrs.Console.pl Maint::Database::Check" -s /bin/bash otrs
Trying to connect to database 'DBI:Oracle:OLTDEVELOPER' with user 'ext_otrs_version6'...
Connection successful.
Error: The following sequences with possible wrong names have been found. Please rename them manually.
se_df_attachment
se_scheduler_task_list
Problem tables
Moderator: crythias
-
- Administrator
- Posts: 4250
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Problem tables
Hi,spinaldf wrote: ↑31 Aug 2020, 14:36 Dears,
When, I update otrs 5 to 6, Show this error. This database is Oracle, Any suggestion?
su -c "/opt/otrs/bin/otrs.Console.pl Maint::Database::Check" -s /bin/bash otrs
Trying to connect to database 'DBI:Oracle:OLTDEVELOPER' with user 'ext_otrs_version6'...
Connection successful.
Error: The following sequences with possible wrong names have been found. Please rename them manually.
se_df_attachment
se_scheduler_task_list
I would ignore them first. They are just sequences. Your Oracle DBA should be able to check out if they are used and if not you could consider deleting them.
- Roy
Znuny and Znuny LTS running on CentOS / RHEL / Debian / SLES / MySQL / PostgreSQL / Oracle / OpenLDAP / Active Directory / SSO
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
Use a test system - always.
Do you need professional services? Check out https://www.znuny.com/
Do you want to contribute or want to know where it goes ?
-
- Znuny newbie
- Posts: 48
- Joined: 29 Apr 2019, 16:29
- Znuny Version: 6community
- Real Name: Luiz Guilherme
Re: Problem tables
Ok thanks I ignore this error. thanks anyway.