I'm currently working on a project utilizing sequelize-oracle and oracledb, and I've created two functions that work okay, but the delete function has some issues.
This deletion ran fine in Postman. Postman
Then, when I went to SQL Developer and executed 'SELECT * FROM users' I realized that return me 'table or view does not exist', but the table 'users' have 29 users registered...
I don't know why this doesn't work or why the table 'does not exist' if I have users into. The connection is fine, it isn't credentials errors because others functions are working fine in the same project.