[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-21 UTC。"],[[["This guide addresses migrating Oracle tables without primary keys to PostgreSQL, a requirement for Database Migration Service."],["The default Database Migration Service workspace automatically creates `rowid` columns as primary keys, but the legacy workspace requires manual key creation."],["You can create a primary key by leveraging existing unique columns or indexes in the Oracle source table."],["Another option is creating a new `rowid` column in the PostgreSQL destination, which Database Migration Service populates using Oracle's `rowid` pseudocolumn values."],["If no other option works, you may create a primary key encompassing all columns of the table, ensuring it does not exceed PostgreSQL's maximum key length."]]],[]]