What is the difference between “AS” and “IS” in an Oracle stored procedure? January 3, 2023 by Tarik None whatsover. They are synonyms supplied to make your code more readable: FUNCTION f IS … CREATE VIEW v AS SELECT …