Incorrect Oracle syntax in conversion script for Profile2

Description

The following SQL commands in the Sakai 2.7->2.8 Oracle conversion script are incorrect:

– add the new staff and student info columns and copy old ACADEMIC_INFO value into them to maintain privacy ()
[...]
alter table PROFILE_PRIVACY_T drop ACADEMIC_INFO;

– remove search privacy setting ()
alter table PROFILE_PRIVACY_T drop SEARCH;

The correct commands are:

alter table PROFILE_PRIVACY_T drop column ACADEMIC_INFO;
alter table PROFILE_PRIVACY_T drop column SEARCH;

Activity

Show:

Steve Swinsburg February 27, 2011 at 4:17 AM

Reopening to adjust fix versions.

Anthony Whyte February 22, 2011 at 9:36 AM

Trunk r88416 in 2.8.x Oracle conversion script.

Steve Swinsburg February 16, 2011 at 4:29 PM

docs/conversion only updated in trunk, needs merging. See

Steve Swinsburg February 16, 2011 at 12:37 PM

Thanks for the verification. Reopen if required.

Seth Theriault February 16, 2011 at 8:20 AM

Local testing shows the r88416 changes to 2.8 conversion script run without errors.

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Conversion Script Required

Yes

Environment

Oracle 9i
Created February 14, 2011 at 1:05 PM
Updated July 15, 2014 at 7:12 AM
Resolved February 27, 2011 at 4:18 AM