Abstract. Nowadays, graphs are used in many applications and the graph size is rapidly increasing. The shortest path discovery considering constraint conditions is very important. For example, when a road is temporarily not available, paths not including the invalid road are required. In this paper, we propose an efficient RDBMS based method that searches a shortest path considering constraint conditions in a large graph. The proposed method finds the shortest path not containing the constraint path by avoiding expanding the paths including the given constraint path. For improving the performance, we propose an efficient expanding strategy that uses the index table proposed by the FEM framework. Experiments show that the proposed method can achieves high space efficiency in a large graph.