OGG-03510問題處理

來源:互聯網
上載者:User

OGG-03510問題處理

OGG遷移,目標端已經升級為12C,所以用的12版本的OGG,參數還是用的以前11g的,但是啟動應用進程的時候提示OGG-03510錯誤,如下:

The source database character set is unknown, and the SOURCECHARSET parameter is not specified.

源端是MYSQL環境,之前源端是Oracle環境的遷移沒有這個提示,看來是因為源端環境不同的原因,總之跟著提示處理,看字面意思是沒有設定SOURCECHARSET參數,首先看下源端字元集是什麼。

mysql> show variables like '%char%'
    -> ;
+--------------------------+------------------------------------------------------+
| Variable_name            | Value                                                |
+--------------------------+------------------------------------------------------+
| character_set_client    | utf8                                                |
| character_set_connection | utf8                                                |
| character_set_database  | latin1                                              |
| character_set_filesystem | binary                                              |
| character_set_results    | utf8                                                |
| character_set_server    | latin1                                              |
| character_set_system    | utf8                                                |
| character_sets_dir      | E:\sxit.com.cn\APMServ5.2.6\MySQL5.1\share\charsets\ |
+--------------------------+------------------------------------------------------+
8 rows in set

mysql>

可以看到,字元集是utf8,在目標端的REPLICAT參數中,添加

再次啟動進程,成功運行,問題解決

註:之前嘗試用SOURCECHARSET  PASSTHRU,結果還是提示OGG-03510錯誤,貌似不認,以後在慢慢研究。

相關文章

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.