Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How to create table in oracle using windows login.

Thanks in advance

What I have tried:

SQL
create Table table_name (column_name datatype)



SQL
create GLOBAL TEMPORARY Table table_name (column_name datatype))


but not working with windows login
Posted
Updated 28-Nov-16 21:54pm

1 solution

create table table_name ("col_name" data_type,"col_name2",data_type,...);
 
Share this answer
 
Comments
srishti_ 29-Nov-16 8:25am    
this solution is not working with windows login. I have tried this and mentioned in my tried solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900