I am confused with the scope of ora_errstr variable here. Does this mean that the value of ora_errstr variable in current package is being assigned to ora_errstr var in main package?
Generally we declare package var as $main::ora_errstr. Is $main'ora_errstr same as $main::ora_errstr?