Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created synonym to read patient_dim from i2b2MetaData schema (oracle) #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lav-patel
Copy link

@lav-patel lav-patel commented Mar 12, 2021

Hi Jeff,

Following changes needed at KUMC to run the code.

  1. Created synonym for pat dim
  2. give permission metadata schema to read pat dim

@lav-patel lav-patel force-pushed the synonym_for_act_data_quality_check branch from 9e4f629 to 6aa0347 Compare March 12, 2021 17:44
@@ -1,3 +1,8 @@
-- If your i2b2MetaData schema cant read i2b2Data schema
-- grant select on "&&DataSchemaName"."PATIENT_DIMENSION" to "&&schemaName";
create synonym PATIENT_DIMENSION for "&&DataSchemaName"."PATIENT_DIMENSION";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possibly a dumb Oracle question... where is &&DataSchemaName defined?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the script run through Oracle SQLDevloper pops up a window and ask to define each variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants