ora-06553 pls-306 wrong number or types of arguments in call to 'ogc_x'

后端 未结 3 1772
無奈伤痛
無奈伤痛 2021-01-18 12:54

I´m trying a query in oracle 10g. It goes like this:

SELECT
  *
FROM
  h2h_reg reg,
  h2h_cat_estatus est
WHERE
  r         


        
3条回答
  •  误落风尘
    2021-01-18 13:29

    I found that this error was generated because I had used Oracle reserved words to name some of my columns, e.g. date, time, comment, etc. Once I renamed the columns the problem disappeared.

提交回复
热议问题