Skip to content

Specify Oracle user during DML operations #1099

Closed
@mipo256

Description

@mipo256

We have an Oracle database, and a table, which is owned by TERRABYTE user. The thing is that the connection to Oracle database is obtained not by the TERRABYTE user, but by another user. Therefore we have to explicitly specify not only the Table we want to insert to, but also the owner, like:

INSERT TERRABYTE.PARKING_PLACE(......

instead of simply doing

INSERT PARKING_PLACE(....

Is there a way to do it in spring-data-jdbc? Seems @Table does not provide such functionality.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions