Now first off, Im not an oracle developer, Im a .Net developer used to dealing with MS SQL, so please bear with me if I dont use the correct terms, or ask a stupid question.
Ive been given a .net / oracle project to do.
The customer will make the data available in a series of Views (Im used to working with tables).
We are to insert / Update the data using these views.
Taking the .net out of it, in SQL Plus I ran a basic SQL insert statement, and it came back as 1 row inserted.
If I then do a select * from the view, I see nothing.
Where has my data gone, and how can I see it (More from a confidence point of view than a distrust that it hasnt gone anywhere!)
Ive been given a .net / oracle project to do.
The customer will make the data available in a series of Views (Im used to working with tables).
We are to insert / Update the data using these views.
Taking the .net out of it, in SQL Plus I ran a basic SQL insert statement, and it came back as 1 row inserted.
If I then do a select * from the view, I see nothing.
Where has my data gone, and how can I see it (More from a confidence point of view than a distrust that it hasnt gone anywhere!)