Skip to Main Content

Breadcrumb

Question and Answer

Chris Saxon

Thanks for the question, Jaydevsinh.

Asked: August 30, 2017 - 1:17 pm UTC

Last updated: August 30, 2017 - 2:08 pm UTC

Version: 11g

Viewed 1000+ times

You Asked

I want to create type using cmd but it can't cursor goes to next line please help how can i create type using cmd thanks in advance.
Query to create type
create or replace TYPE DT_ARR AS TABLE OF DATE;

and Chris said...

Just add a forward slash on the next line:

SQL> create or replace TYPE DT_ARR AS TABLE OF DATE;
  2  /

Type DT_ARR compiled

Rating

  (1 rating)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Jaydevsinh Atodariya, September 09, 2017 - 9:08 am UTC


More to Explore

PL/SQL demos

Check out more PL/SQL tutorials on our LiveSQL tool.

PL/SQL docs

PL/SQL reference manual from the Oracle documentation library