Hibernate正向工程產生oracle資料庫表,__Python

來源:互聯網
上載者:User
原來的項目是SSH+SQL Server2005,現將系統移到Oracle11g中,打算正向產生資料庫表,結果啟動Tomcat伺服器的時候,控制台報錯,有的表不能建立,錯誤資訊如下:16:23:24,896 ERROR SchemaExport:274 - Unsuccessful: create table ZW.dbo.attachment (ID number(10,0) not null, Aud_ID number(10,0), description varchar2(1000), uploadperson varchar2(255), uploadtime varchar2(255), addr varchar2(1000), primary key (ID))16:23:24,896 ERROR SchemaExport:275 - ORA-00922: 選項缺失或無效老兄,oracle模式不對。你的表名ZW.dbo.attachment被認為是ZW使用者下的。兩個點不能用的。比如你的串連使用者名稱是test1,那麼模式名就是test1,你這裡兩個點,sql server支援,但是oracle不支援的。oralce只支援一個點,並且這個點前面的代表模式,就是說該表屬於的資料庫使用者。修改你的語句。把bean中的xml檔案裡面的 schema="sa" catalog="Myjob"給刪除了就OK了.
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.