Skip to content

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

Open
lav-patel wants to merge 1 commit intoi2b2:masterfrom
lav-patel:synonym_for_act_data_quality_check
Open

created synonym to read patient_dim from i2b2MetaData schema (oracle)#6
lav-patel wants to merge 1 commit intoi2b2:masterfrom
lav-patel:synonym_for_act_data_quality_check

Conversation

@lav-patel
Copy link
Copy Markdown

@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

Signed-off-by: Lav Patel <contact.lavpatel@gmail.com>
@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
Copy Markdown
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
Copy Markdown
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