PS : I used this links http://www.oracle.com/technetwork/datab ... 93223.html as ref to migrate data.ORA-00932: inconsistent datatypes: expected CHAR got BLOB (DBD ERROR: error possibly near <*> indicator at char 119 in '
SELECT user_id, preferences_value
FROM user_preferences
WHERE preferences_key = :p1 AND LOWER(<*>preferences_value) LIKE LOWER(:p2)'), SQL: '
SELECT user_id, preferences_value
FROM user_preferences
WHERE preferences_key = ? AND LOWER(preferences_value) LIKE LOWER(?)'
Error After upgrading from MySQL to Oracle DB
Moderator: crythias
Error After upgrading from MySQL to Oracle DB
I'm planning to use OTRS with oracle. I have already running test otrs server with MySQL. I migrated data to Oracle from MySQL. But I can't create a new ticket when I'm using with OTRS. There's you can check it out about error log.
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Error After upgrading from MySQL to Oracle DB
Wrong tool, try the add on OTRSCloneDB
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 ?
Re: Error After upgrading from MySQL to Oracle DB
I got another when trying with CloneDB. Error is Could not generate structure in target database! Please make sure the target database is empty.
I'm pretty sure I'm using with Fresh database. I'm using otrs version 5.0.9 and CloneDB version is 5. Too band I can't attach image file.
I'm pretty sure I'm using with Fresh database. I'm using otrs version 5.0.9 and CloneDB version is 5. Too band I can't attach image file.
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Error After upgrading from MySQL to Oracle DB
Drop database and recreating solves this
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 ?
Re: Error After upgrading from MySQL to Oracle DB
Thanks for you reply. I did it and still doesn't work.root wrote:Drop database and recreating solves this
-
- Administrator
- Posts: 4253
- Joined: 18 Dec 2007, 12:23
- Znuny Version: Znuny and Znuny LTS
- Real Name: Roy Kaldung
- Company: Znuny
- Contact:
Re: Error After upgrading from MySQL to Oracle DB
What permissions did you gave to the mysql user OTRS is using?
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 ?
Re: Error After upgrading from MySQL to Oracle DB
MySQL user have full privileges to use OTRS.root wrote:What permissions did you gave to the mysql user OTRS is using?