asp.net - Oracle Dual vs Sys.Dual -


i using oracle end asp.net project. have user named test. sequence worked fine (select seq_name.nextval dual;) cannot access dual directly (the sequence work when select seq_name.nextval sys.dual.so have use sys.dual. caused function ora_aspnet_createuser function (asp.net membership) become invalid since guess uses dual rather sys.dual.

any clues?


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -