Hello,

i want to change the SQL-Datatypes. My database is oracle. I have the
following configuration in activemq-jdbc.xml

<persistenceAdapter>
       <jdbcPersistenceAdapter dataSource="#oracle-ds"
createTablesOnStartup="true"/>
        <journaledJDBC> 
        <statements>
          <statements binaryDataType="VARCHAR(128)"/>
        </statements>
      </journaledJDBC>
    </persistenceAdapter>

But If I start the broker new then the type of the binaryDataType is the
same(BLOB). Can you please tell me what I make wrong?
-- 
View this message in context: 
http://old.nabble.com/createTablesOnStartup-tp27544529p27544529.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to