When updating the database model so that it takes changes to the schema of the database, it shows me this error:
An exception of type 'System.ArgumentException' was thrown when trying to update from the database. The exception message is: 'The runtime connection string can not be converted to its design-time equivalent The libraries required for Visual Studio to communicate with the database for design tasks (DDEX provider) are not installed for the provider 'Oracle.ManagedDataAccess.Client' Connection string: DATA SOURCE = ooo.ccc.int: 1521 / orr; PASSWORD = PARTNER; PERSIST SECURITY INFO = true; USER ID = PARTNER '
I have made a connection to this scheme from the server browser and there is no problem.
Thanks for the help,