Thank you so much sir!! i had no idea about this topic but coincidently i clicked on your video and found it intriguing ....because of you i can add this topic to my resume ....God bless you sir
First of all Thanks a lot Sir for such tutorials. Sir, I visited your blog for every video for depth knowledge as u say in the tutorials. I visited to blog for this video also for the insertion. insert into base_table values(801, my_tab(object_type(1,'superman'),(2,'batman') ) ); I did according to the way you provided on the blog, Why this is giving an error? Please help me ASAP.
Hi...Very helpful.Thank you. I have a doubt. Collection generally stores values of same datatype, then how can we use Object type as datatype for creating nested tables which can have multiple datatypes ( In the example of video, it has two datatypes number and varchar2).
Hi Manish ...getting error SQL Error: ORA-00932: inconsistent datatypes: expected UDT got CHAR while inserting data into base_table .. could you plese advise
Hello Mr.Manish, I am unable to insert value into the table. Its giving me the error - "SQL Error: ORA-00932: inconsistent datatypes: expected UDT got NUMBER". Kindly help ..
Please do not add any kind of background music. It's very much irritating and hampers the concentration level. It's the place to learn, not to dance at music. 😊
CREATE TABLE my_subject ( sub_id NUMBER , sub_name VARCHAR2(20), sub_schedule_day my_nested_table ) NESTED TABLE sub_schedule_day STORE AS nested_tab_space; first time when i run the code work correct but 2nd time 1 ---> sir I am unable to drop table ( my_subject ) when i try to drop error occur and user=hr automatically sing out 2---> And when i try to insert any row got an error ORA-00904: "SUB_SCHEDULE_DAY": invalid identifier 00904. 00000 - "%s: invalid identifier" 3--> when i run the whole statment i got an error ORA-00955: name is already used by an existing object 00955. 00000 - "name is already used by an existing object" thank you for responce love from Pakistan
Hey Abdul... Firstly what is the error which you are getting on deleting the table... Second check if you have created any trigger which is preventing your operations.
@@Rebellionrider drop table "HR"."BASE" cascade constraints PURGE Error report - ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [], [], [], [], [] 00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]" *Cause: This is the generic internal error number for Oracle program exceptions. It indicates that a process has encountered a low-level, unexpected condition. The first argument is the internal message number. This argument and the database version number are critical in identifying the root cause and the potential impact to your system.
Mr. you are an excellent teacher, best I ever had.
EXCELLENT !!!! Exactly what I need for my ORDBMS assignment
I'm glad you found my video helpful 😊
Thank you so much sir!! i had no idea about this topic but coincidently i clicked on your video and found it intriguing ....because of you i can add this topic to my resume ....God bless you sir
The right code to insert is this one
INSERT INTO base_table (tab_id, tab_ele) VALUES
(801,My_NT(object_type (1,'Superman')));
love your videos🥰
Thank you so much
Hi
this is an excellent thank you and appreciate what you do.
First of all Thanks a lot Sir for such tutorials. Sir, I visited your blog for every video for depth knowledge as u say in the tutorials. I visited to blog for this video also for the insertion.
insert into base_table values(801,
my_tab(object_type(1,'superman'),(2,'batman')
)
);
I did according to the way you provided on the blog, Why this is giving an error?
Please help me ASAP.
THANK YOU FOR TUTORIALS, MAKE REMAINING CONCEPTS OF COLLECTIONS.
Awsome video, PL make a video on object type and their member function
Thanks for making this tutorial !
Hi...Very helpful.Thank you.
I have a doubt.
Collection generally stores values of same datatype, then how can we use Object type as datatype for creating nested tables which can have multiple datatypes ( In the example of video, it has two datatypes number and varchar2).
thank you for tutorial series and sequence maintain
good back ground music
thanks sir!
Please sir, how do I insert data into the user defined data type table?
sir can you please make a tutorial about how to create a new user in oracle 12c and connect the user to the netbeans IDE using jdbc
Can i get the video how to insert values in a table for user defined datatypes
same plm.. did u inserted?
How to retrieve multiple records after inserting them ?
Hi Manish ...getting error SQL Error: ORA-00932: inconsistent datatypes: expected UDT got CHAR while inserting data into base_table .. could you plese advise
Hello Mr.Manish, I am unable to insert value into the table. Its giving me the error - "SQL Error: ORA-00932: inconsistent datatypes: expected UDT got NUMBER".
Kindly help ..
I cant also :(
See his blog he has said about how to retrieve
Hi. show errors.
INSERT INTO base_table (tab_id, tab_ele) VALUES
(801, My_NT (object_type (1,'Superman') )
Error en la línea de comandos : 52 Columna : 44
Informe de error -
Error SQL: ORA-00917: missing comma
00917. 00000 - "missing comma"
*Cause:
*Action:
if you're still wondering, it's a right parenthesis missing not comma.
am getting error( ORA-00600 )
please sir check your mail
Just replied your mail.
@@Rebellionrider thank u for response mail kindly read the comment I specify problem
love from pakistan
Please do not add any kind of background music. It's very much irritating and hampers the concentration level. It's the place to learn, not to dance at music. 😊
I realized this thing and I stopped putting the music. I apologize for the inconvenience
@@Rebellionrider thank you
CREATE TABLE my_subject (
sub_id NUMBER ,
sub_name VARCHAR2(20),
sub_schedule_day my_nested_table
) NESTED TABLE sub_schedule_day STORE AS nested_tab_space;
first time when i run the code work correct but 2nd time
1 ---> sir I am unable to drop table ( my_subject ) when i try to drop error occur and user=hr automatically sing out
2---> And when i try to insert any row got an error ORA-00904: "SUB_SCHEDULE_DAY": invalid identifier
00904. 00000 - "%s: invalid identifier"
3--> when i run the whole statment i got an error ORA-00955: name is already used by an existing object
00955. 00000 - "name is already used by an existing object"
thank you for responce love from Pakistan
Hey Abdul... Firstly what is the error which you are getting on deleting the table... Second check if you have created any trigger which is preventing your operations.
@@Rebellionrider
drop table "HR"."BASE" cascade constraints PURGE
Error report -
ORA-00600: internal error code, arguments: [15265], [], [], [], [], [], [], [], [], [], [], []
00600. 00000 - "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s], [%s]"
*Cause: This is the generic internal error number for Oracle program
exceptions. It indicates that a process has encountered a low-level,
unexpected condition. The first argument is the internal message
number. This argument and the database version number are critical in
identifying the root cause and the potential impact to your system.