User Documentation Ispirer Capabilities - Oracle Migration Pricing

Oracle CREATE VIEW to HiRDB

Remove “OR REPLACE”.

Oracle:

CREATE OR REPLACE VIEW view01 (C1, C2, C3) AS 
SELECT C1,C2,C3 FROM table1 ;

HiRDB:

CREATE  VIEW view01 (C1, C2, C3) AS 
SELECT C1,C2,C3 FROM table1 ;

© 1999-2025, Ispirer Systems, LLC. All Rights Reserved.